diff options
Diffstat (limited to 'src/game/Group.h')
-rw-r--r-- | src/game/Group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Group.h b/src/game/Group.h index d003b371922..0cb632c62d7 100644 --- a/src/game/Group.h +++ b/src/game/Group.h @@ -345,7 +345,7 @@ class Group void EndRoll(Loot *loot); void LinkMember(GroupReference *pRef) { m_memberMgr.insertFirst(pRef); } - void DelinkMember(GroupReference* /*pRef*/ ) { } + void DelinkMember(GroupReference* /*pRef*/) { } InstanceGroupBind* BindToInstance(InstanceSave *save, bool permanent, bool load = false); void UnbindInstance(uint32 mapid, uint8 difficulty, bool unload = false); |