More warning squishing.
Make a note of LuaManager: either define the needed items or hide them away.
This commit is contained in:
@@ -112,9 +112,8 @@ class CachedObjectPointer
|
||||
public:
|
||||
typedef CachedObject<T> Object;
|
||||
|
||||
CachedObjectPointer()
|
||||
CachedObjectPointer() : m_pCache(NULL), m_bCacheIsSet(false)
|
||||
{
|
||||
m_bCacheIsSet = false;
|
||||
Object::Register( this );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user