summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.cpp
diff options
context:
space:
mode:
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;
}