diff options
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 916f77556..bd1e63cb4 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -35,7 +35,7 @@ class NpcHandler notfinal : public Net::NpcHandler public: A_DELETE_COPY(NpcHandler) - NpcDialog *getCurrentNpcDialog() const override final; + NpcDialog *getCurrentNpcDialog() const final; protected: NpcHandler(); |