mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T545 Using constructor inheritance in derived container classes.
This commit is contained in:
@@ -35,6 +35,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CArtifactList)
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Empty constructor.
|
||||
CArtifactList();
|
||||
|
||||
@@ -32,6 +32,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CDbInfoList)
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Default constructor.
|
||||
CDbInfoList();
|
||||
|
||||
@@ -36,6 +36,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CDistributionList)
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Empty constructor.
|
||||
CDistributionList();
|
||||
|
||||
Reference in New Issue
Block a user