mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T545 Using constructor inheritance in derived container classes.
This commit is contained in:
@@ -33,6 +33,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CActionHotkeyList)
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Default constructor
|
||||
CActionHotkeyList() = default;
|
||||
|
||||
@@ -32,6 +32,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CJoystickButtonList)
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Default constructor
|
||||
CJoystickButtonList() = default;
|
||||
|
||||
@@ -33,6 +33,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CKeyboardKeyList)
|
||||
using CSequence::CSequence;
|
||||
|
||||
//! Default constructor
|
||||
CKeyboardKeyList();
|
||||
|
||||
Reference in New Issue
Block a user