summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.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/tmwa/cashshophandler.cpp
parent9e2074d093ecdf9afc95a2fefc24b38307da627d (diff)
downloadplus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.gz
plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.bz2
plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.xz
plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.zip
Fix code style.
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r--src/net/tmwa/cashshophandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp
index edc503869..d8263033e 100644
--- a/src/net/tmwa/cashshophandler.cpp
+++ b/src/net/tmwa/cashshophandler.cpp
@@ -27,7 +27,8 @@ extern Net::CashShopHandler *cashShopHandler;
namespace TmwAthena
{
-CashShopHandler::CashShopHandler()
+CashShopHandler::CashShopHandler() :
+ Net::CashShopHandler()
{
cashShopHandler = this;
}