diff options
Diffstat (limited to 'src/Root.h')
-rw-r--r-- | src/Root.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h index acd3e9754..08aafe3c9 100644 --- a/src/Root.h +++ b/src/Root.h @@ -40,6 +40,8 @@ namespace Json class cRoot { public: + static bool m_TerminateEventRaised; + static cRoot * Get() { return s_Root; } // tolua_end |