summaryrefslogtreecommitdiff
path: root/src/net/tmwa/partyhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/partyhandler.h')
-rw-r--r--src/net/tmwa/partyhandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/tmwa/partyhandler.h b/src/net/tmwa/partyhandler.h
index ae4249143..41e42097e 100644
--- a/src/net/tmwa/partyhandler.h
+++ b/src/net/tmwa/partyhandler.h
@@ -59,10 +59,11 @@ class PartyHandler final : public MessageHandler, public Ea::PartyHandler
void chat(const std::string &text) const override final;
- void setShareExperience(const Net::PartyShare share)
+ void setShareExperience(const Net::PartyShare::Type share)
const override final;
- void setShareItems(const Net::PartyShare share) const override final;
+ void setShareItems(const Net::PartyShare::Type
+ share) const override final;
};
} // namespace TmwAthena