summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maphandler.cpp')
-rw-r--r--src/net/eathena/maphandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/maphandler.cpp b/src/net/eathena/maphandler.cpp
index 1a6c76798..380b5c48c 100644
--- a/src/net/eathena/maphandler.cpp
+++ b/src/net/eathena/maphandler.cpp
@@ -27,7 +27,8 @@ extern Net::MapHandler *mapHandler;
namespace EAthena
{
-MapHandler::MapHandler()
+MapHandler::MapHandler() :
+ Net::MapHandler()
{
mapHandler = this;
}