LuaHelpers::RunExpressionF

This commit is contained in:
Glenn Maynard
2005-06-16 06:30:33 +00:00
parent 6a8940d5a4
commit cb3f10aabb
6 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ float ThemeManager::GetMetricF( const CString &sClassName, const CString &sValue
LUA->PrepareExpression( sValue );
return LUA->RunExpressionF( sValue );
return LuaHelpers::RunExpressionF( sValue );
}
// #include "LuaManager.h"