summaryrefslogtreecommitdiff
path: root/src/net/tmwa/questhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/questhandler.h')
-rw-r--r--src/net/tmwa/questhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/questhandler.h b/src/net/tmwa/questhandler.h
index 17b8bd493..61d40d6b1 100644
--- a/src/net/tmwa/questhandler.h
+++ b/src/net/tmwa/questhandler.h
@@ -40,11 +40,11 @@ class QuestHandler final : public MessageHandler
A_DELETE_COPY(QuestHandler)
- void handleMessage(Net::MessageIn &msg);
+ void handleMessage(Net::MessageIn &msg) override;
- void processSetQuestVar(Net::MessageIn &msg);
+ void processSetQuestVar(Net::MessageIn &msg) const;
- void processPlayerQuests(Net::MessageIn &msg);
+ void processPlayerQuests(Net::MessageIn &msg) const;
};
} // namespace TmwAthena