cRoot: Removed useless variable from Lua API.
This commit is contained in:
parent
fd11b574bd
commit
4789db5c28
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user