More warning squishing.
Make a note of LuaManager: either define the needed items or hide them away.
This commit is contained in:
@@ -42,6 +42,9 @@ public:
|
||||
|
||||
private:
|
||||
lua_State *m_pLuaMain;
|
||||
// Swallow up warnings. If they must be used, define them.
|
||||
LuaManager& operator=(const LuaManager& rhs);
|
||||
LuaManager(const LuaManager& rhs);
|
||||
};
|
||||
|
||||
extern LuaManager *LUA;
|
||||
@@ -155,6 +158,9 @@ private:
|
||||
|
||||
LuaReference *m_Name;
|
||||
LuaReference *m_pOldValue;
|
||||
|
||||
// Swallow up warnings. If they must be used, define them.
|
||||
LuaThreadVariable& operator=(const LuaThreadVariable& rhs);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user