mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Style
This commit is contained in:
@@ -28,8 +28,8 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CIdentifierList :
|
||||
public CSequence<BlackMisc::CIdentifier>,
|
||||
public BlackMisc::Mixin::MetaType<CIdentifierList>,
|
||||
public BlackMisc::ITimestampObjectList<CIdentifier, CIdentifierList>
|
||||
public Mixin::MetaType<CIdentifierList>,
|
||||
public ITimestampObjectList<CIdentifier, CIdentifierList>
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CIdentifierList)
|
||||
|
||||
Reference in New Issue
Block a user