fix compile

This commit is contained in:
Glenn Maynard
2005-02-14 01:33:53 +00:00
parent e24c79048e
commit ab39fa278e
+1 -1
View File
@@ -68,7 +68,7 @@ bool LuaReference::IsSet() const
int LuaReference::GetLuaType() const
{
this->PushSelf();
this->PushSelf( LUA->L );
int iRet = lua_type( LUA->L, -1 );
lua_pop( LUA->L, 1 );
return iRet;