Opened 17 years ago
Closed 17 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)
Note:
See TracTickets
for help on using tickets.
use explicit on ctors