mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T545 Using constructor inheritance in derived container classes.
This commit is contained in:
@@ -24,6 +24,8 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CIdentifierSet : public CCollection<CIdentifier>
|
||||
{
|
||||
using CCollection::CCollection;
|
||||
|
||||
public:
|
||||
//! Default constructor.
|
||||
CIdentifierSet();
|
||||
|
||||
Reference in New Issue
Block a user