Opened 18 years ago
Closed 18 years ago
Last modified 12 years ago
#5106 closed defect (fixed)
ATSCEvent ctor needs to init member vars
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.27 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The class ATSCEvent default ctor does not init any member vars.
Attachments (1)
Change History (5)
by , 18 years ago
Attachment: | libs_libmythtv_eithelper.h-init-ATSCEvent.patch added |
---|
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I believe this is intentional for STL happiness + efficiency, but the reason should be documented in the class. I'll verify, and if I'm correct document this.
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 12 years ago
Milestone: | unknown → 0.27 |
---|
Note:
See TracTickets
for help on using tickets.
init ATSCEvent member vars in default ctor