fix VC7 template error: move templated methods out of LuaManager
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user