mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix a typo from way back when
This commit is contained in:
@ -100,7 +100,7 @@ public:
|
||||
std::set<OwnedGroup>::iterator it=IFind(grpId);
|
||||
if (it != fGroups.end())
|
||||
{
|
||||
OwnedGroup grp(it->fGroup, it->fOwnIt);
|
||||
OwnedGroup grp(grpId, ownIt);
|
||||
fGroups.erase(it);
|
||||
fGroups.insert(grp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user