diff options
Diffstat (limited to '')
-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 4e3fcf080..93117389e 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 |