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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/questhandler.h b/src/net/tmwa/questhandler.h
index b7c3d336f..bbb16429c 100644
--- a/src/net/tmwa/questhandler.h
+++ b/src/net/tmwa/questhandler.h
@@ -36,8 +36,7 @@ class QuestHandler final : public Net::QuestHandler
~QuestHandler() override final;
void setQeustActiveState(const int questId,
- const bool active) const override final
- A_CONST;
+ const bool active) const override final;
};
} // namespace TmwAthena