summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index 5cf2970e5..dbca9ab38 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -25,10 +25,12 @@
#include <iosfwd>
+#include "localconsts.h"
+
namespace Net
{
-class NpcHandler
+class NpcHandler notfinal
{
public:
virtual ~NpcHandler()