Skip to content

Commit

Permalink
Merge pull request H-uru#207 from zrax/netcligrp_typo
Browse files Browse the repository at this point in the history
Fix a typo from way back when
  • Loading branch information
Hoikas committed Jun 1, 2012
2 parents 9998ff4 + 38eb4b9 commit 4aa55dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class plNetClientGroups
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);
}
Expand Down

0 comments on commit 4aa55dd

Please sign in to comment.