This commit is contained in:
parent
be78e44c3f
commit
e73fe49d3c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue