summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-20 21:08:24 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-20 21:08:24 +0300
commit1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc (patch)
tree34d522b5c40079d82bb63b279e9c7e6cccb740c5 /src/net/eathena/maphandler.cpp
parent9e2074d093ecdf9afc95a2fefc24b38307da627d (diff)
downloadManaVerse-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.gz
ManaVerse-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.bz2
ManaVerse-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.xz
ManaVerse-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.zip
Fix code style.
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;
}