summaryrefslogtreecommitdiff
path: root/src/net/generalhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/generalhandler.h')
-rw-r--r--src/net/generalhandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/generalhandler.h b/src/net/generalhandler.h
index 016ae4c28..5467c06e6 100644
--- a/src/net/generalhandler.h
+++ b/src/net/generalhandler.h
@@ -23,10 +23,12 @@
#ifndef NET_GENERALHANDLER_H
#define NET_GENERALHANDLER_H
+#include "localconsts.h"
+
namespace Net
{
-class GeneralHandler
+class GeneralHandler notfinal
{
public:
virtual ~GeneralHandler()