summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r--src/net/tmwa/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h
index 5f413012f..14bfefb66 100644
--- a/src/net/tmwa/npchandler.h
+++ b/src/net/tmwa/npchandler.h
@@ -35,6 +35,8 @@ class NpcHandler final : public Ea::NpcHandler
A_DELETE_COPY(NpcHandler)
+ ~NpcHandler();
+
void talk(const Being *const being) const override final;
void nextDialog(const BeingId npcId) const override final;