mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T545 Using constructor inheritance in derived container classes.
This commit is contained in:
@@ -27,6 +27,8 @@ namespace BlackMisc
|
||||
//! Value object for a set of callsigns.
|
||||
class BLACKMISC_EXPORT CCallsignSet : public CCollection<CCallsign>
|
||||
{
|
||||
using CCollection::CCollection;
|
||||
|
||||
public:
|
||||
//! Default constructor.
|
||||
CCallsignSet();
|
||||
|
||||
Reference in New Issue
Block a user