Opened 16 years ago

Closed 16 years ago

#6426 closed defect (fixed)

Make some libmythupnp ctors explicit

Reported by: Erik Hovland <erik@…> 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)

libs_libmythupnp-krazy2-explicit-ctor.patch (3.5 KB) - added by Erik Hovland <erik@…> 16 years ago.
use explicit on ctors

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

use explicit on ctors

comment:1 Changed 16 years ago by dblain

Resolution: fixed
Status: newclosed

(In [20373]) Closes #6426 - Make some libmythupnp ctors explicit

Note: See TracTickets for help on using tickets.