fix VC7 warnings

This commit is contained in:
Chris Danford
2005-02-23 01:11:02 +00:00
parent dfce58ed98
commit af4a407ffe
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -838,7 +838,10 @@ public:
lua_pushnil( L );
}
else
{
pPref->PushValue( L );
}
return 1;
}
static int SetPreference( T* p, lua_State *L )
{