Typo in FixedOrderedMultimap
This commit is contained in:
parent
a3235ced17
commit
5fc583117d
@ -98,7 +98,7 @@ public:
|
||||
}
|
||||
|
||||
ReturnValue_t insert(std::pair<key_t, T> pair) {
|
||||
return insert(pair.fist, pair.second);
|
||||
return insert(pair.first, pair.second);
|
||||
}
|
||||
|
||||
ReturnValue_t exists(key_t key) const {
|
||||
|
Loading…
Reference in New Issue
Block a user