This commit is contained in:
Klaus Basan
2018-08-20 18:11:52 +02:00
parent a06fb10adb
commit f1312bbb50
11 changed files with 22 additions and 25 deletions

View File

@@ -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