diff options
Diffstat (limited to 'src/net/partyhandler.h')
-rw-r--r-- | src/net/partyhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/partyhandler.h b/src/net/partyhandler.h index 3f9825eec..ac42fe2cd 100644 --- a/src/net/partyhandler.h +++ b/src/net/partyhandler.h @@ -72,6 +72,8 @@ class PartyHandler notfinal virtual void changeLeader(const std::string &name) const = 0; + virtual void allowInvite(const bool allow) const = 0; + virtual void clear() const = 0; virtual ChatTab *getTab() const = 0; |