summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 64dec1b2..0b4b66ed 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -162,7 +162,7 @@ class LocalPlayer : public Player
/**
* Invite a player to join their party
*/
- void inviteToParty(Being *being);
+ void inviteToParty(const std::string &name);
void clearInventory();
void setInvItem(int index, int id, int amount);