1
0
Fork 0

cRoot: Removed useless variable from Lua API.

This commit is contained in:
madmaxoft 2014-10-01 17:28:45 +02:00
parent fd11b574bd
commit 4789db5c28
1 changed files with 3 additions and 2 deletions

View File

@ -41,11 +41,12 @@ namespace Json
class cRoot
{
public:
static bool m_TerminateEventRaised;
static cRoot * Get() { return s_Root; }
// tolua_end
static bool m_TerminateEventRaised;
cRoot(void);
~cRoot();