summaryrefslogtreecommitdiff
path: root/modules/global/main/global.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-10-08 12:46:05 -0400
committerAdam <Adam@anope.org>2017-10-08 12:46:05 -0400
commit50f7429fda7cb3ffd8c34abb0a13f3dcc929f2ed (patch)
treee8e65cb6e1fed5aebf0b252954e9f40747ac7f4a /modules/global/main/global.cpp
parent1e52b087139ceb33b114a7fa20a2c6d3d453d371 (diff)
Fix some compiler warnings
Diffstat (limited to 'modules/global/main/global.cpp')
-rw-r--r--modules/global/main/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/global/main/global.cpp b/modules/global/main/global.cpp
index f3d64a87d..103d9efc3 100644
--- a/modules/global/main/global.cpp
+++ b/modules/global/main/global.cpp
@@ -40,11 +40,11 @@ class GlobalCore : public Module
public:
GlobalCore(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, PSEUDOCLIENT | VENDOR)
+ , GlobalService(this)
, EventHook<Event::Restart>(this)
, EventHook<Event::Shutdown>(this)
, EventHook<Event::NewServer>(this)
, EventHook<Event::Help>(this)
- , GlobalService(this)
{
}