LuaExpression -> LuaReference

This commit is contained in:
Glenn Maynard
2006-09-21 02:09:44 +00:00
parent fc510e7086
commit d04a5920fa
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ void ThemeManager::GetMetric( const RString &sClassName, const RString &sValueNa
}
#endif
void ThemeManager::GetMetric( const RString &sClassName, const RString &sValueName, LuaExpression &valueOut )
void ThemeManager::GetMetric( const RString &sClassName, const RString &sValueName, LuaReference &valueOut )
{
RString sValue = GetMetricRaw( g_pLoadedThemeData->iniMetrics, sClassName, sValueName );
valueOut.SetFromExpression( "function(self) " + sValue + "end" );