[mythtv-commits] Ticket #4507: Problem building channelbase.cpp SVN 15504

MythTV mythtv at cvs.mythtv.org
Wed Mar 12 01:45:57 UTC 2008


#4507: Problem building channelbase.cpp SVN 15504
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  0.21   
Component:  mythtv     |      Version:  unknown
 Severity:  medium     |   Resolution:         
  Mlocked:  0          |  
-----------------------+----------------------------------------------------
Changes (by anonymous):

  * status:  closed => new
  * resolution:  invalid =>


Comment:

 The offending code is using std::find which apparently compiles in most
 cases, but does not here.  The fix I found that works is to change the
 find to qFind.  This seems to do the trick and should work, though I've
 only compile tested it.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4507#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list