[mythtv-commits] Ticket #4831: explicit default ctor is useless

MythTV mythtv at cvs.mythtv.org
Mon Mar 3 17:01:34 UTC 2008


#4831: explicit default ctor is useless
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr       
     Type:  defect                           |      Status:  new       
 Priority:  minor                            |   Milestone:  0.21      
Component:  mythtv                           |     Version:  0.21-fixes
 Severity:  low                              |     Mlocked:  0         
---------------------------------------------+------------------------------
 The classes LCDMenuItem and LCDTextItem both have explicit declarations of
 default ctors. Since they also have member variables and these explicit
 declarations do not initialize them, they are considered dangerous since
 they can be used to make uninitialized objects. They should be removed.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4831>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list