fix VC7 template error: move templated methods out of LuaManager

This commit is contained in:
Chris Danford
2005-03-13 00:01:05 +00:00
parent 50196e4a0f
commit 8415b4466d
8 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ int LuaFunc_GetPreference( lua_State *L )
REQ_ARG( "GetPreference", 1, string );
CString sName;
LUA->PopStack( sName );
LuaHelpers::PopStack( sName );
IPreference *pPref = PREFSMAN->GetPreferenceByName( sName );
if( pPref == NULL )