This commit is contained in:
Daniel Marjamäki 2018-04-14 15:46:55 +02:00
parent be78e44c3f
commit e73fe49d3c
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ public:
const Function * back = &functionList.back();
functionMap.emplace(back->tokenDef->str(), back);
functionMap.insert(make_pair(back->tokenDef->str(), back));
}
bool hasDefaultConstructor() const;