mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Style
This commit is contained in:
@@ -17,8 +17,8 @@ namespace BlackMisc
|
||||
{
|
||||
CIdentifierList::CIdentifierList() { }
|
||||
|
||||
CIdentifierList::CIdentifierList(const CSequence<BlackMisc::CIdentifier> &other) :
|
||||
CSequence<BlackMisc::CIdentifier>(other)
|
||||
CIdentifierList::CIdentifierList(const CSequence<CIdentifier> &other) :
|
||||
CSequence<CIdentifier>(other)
|
||||
{ }
|
||||
|
||||
bool CIdentifierList::containsAnyNotIn(const CIdentifierList &other) const
|
||||
|
||||
Reference in New Issue
Block a user