More warning squishing.

Make a note of LuaManager: either define the needed items
or hide them away.
This commit is contained in:
Jason Felds
2011-03-14 14:26:29 -04:00
parent 99a6812fe5
commit b7a5fd9e90
6 changed files with 25 additions and 32 deletions
+1 -2
View File
@@ -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 );
}