summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-07-20 00:44:19 +0200
committerarchshift <admin@archshift.com>2014-07-20 00:44:19 +0200
commit14826b660649c87c002b4ba23a255007f141dab4 (patch)
treed4a1de7b55cfca5d80f9b0c8fce0e34192d0d9b3 /src/Root.h
parentSocket: removed unused Socket destructor (diff)
downloadcuberite-14826b660649c87c002b4ba23a255007f141dab4.tar
cuberite-14826b660649c87c002b4ba23a255007f141dab4.tar.gz
cuberite-14826b660649c87c002b4ba23a255007f141dab4.tar.bz2
cuberite-14826b660649c87c002b4ba23a255007f141dab4.tar.lz
cuberite-14826b660649c87c002b4ba23a255007f141dab4.tar.xz
cuberite-14826b660649c87c002b4ba23a255007f141dab4.tar.zst
cuberite-14826b660649c87c002b4ba23a255007f141dab4.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h
index b31059e71..08aafe3c9 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -40,7 +40,7 @@ namespace Json
class cRoot
{
public:
- static bool g_TERMINATE_EVENT_RAISED;
+ static bool m_TerminateEventRaised;
static cRoot * Get() { return s_Root; }
// tolua_end