summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index ef8acc26c..d3c0b248a 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -33,6 +33,8 @@
#include "debug.h"
+CommandHandler *commandHandler = nullptr;
+
CommandHandler::CommandHandler() :
mCommands()
{