move LuaBinding into namespace

This commit is contained in:
Chris Danford
2005-12-27 22:58:30 +00:00
parent 1f81db0cec
commit d507f3fd28
3 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ bool Actor::IsType( const CString &sType )
{
Lua *L = LUA->Get();
this->PushSelf( L );
bool bRet = CheckLuaObjectType( L, lua_gettop(L), sType, false );
bool bRet = LuaBinding::CheckLuaObjectType( L, lua_gettop(L), sType, false );
lua_pop( L, 1 );
LUA->Release( L );