Browse Source

Fix a typo from way back when

Michael Hansen 13 years ago
parent
commit
d382da0fe7
  1. 2
      Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h

2
Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h

@ -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);
}

Loading…
Cancel
Save