1
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

View File

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