Fixed: #887 add missing ;

hg/feature/sound
vl 15 years ago
parent 45c8adf72f
commit 1151ec2f8c

@ -144,7 +144,7 @@ public:
{
iterator __i = find(__k);
// The key MUST exist no automatic insertion done in this class
nlassert(__i != end())
nlassert(__i != end());
return (*__i).second;
}

Loading…
Cancel
Save