Opened 16 years ago
Closed 16 years ago
#6426 closed defect (fixed)
Make some libmythupnp ctors explicit
Reported by: | Owned by: | dblain | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | MythTV - UPnP | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Ctors that have a lot of default arguments to their parameters might have implicit uses by the compiler unless we use the explicit keyword.
The attached patch attempts to do that with ctors in the libmythupnp library.
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | libs_libmythupnp-krazy2-explicit-ctor.patch added |
---|
Note: See
TracTickets for help on using
tickets.
use explicit on ctors