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