mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #887 add missing ;
This commit is contained in:
parent
88bc352b2b
commit
0dce63db29
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public:
|
||||||
{
|
{
|
||||||
iterator __i = find(__k);
|
iterator __i = find(__k);
|
||||||
// The key MUST exist no automatic insertion done in this class
|
// The key MUST exist no automatic insertion done in this class
|
||||||
nlassert(__i != end())
|
nlassert(__i != end());
|
||||||
return (*__i).second;
|
return (*__i).second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue