LuaHelpers::PrepareExpression

This commit is contained in:
Glenn Maynard
2005-06-16 22:22:37 +00:00
parent 980451af6d
commit b974b1bdd4
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ void LuaManager::ResetState()
m_pLock->Unlock();
}
void LuaManager::PrepareExpression( CString &sInOut )
void LuaHelpers::PrepareExpression( CString &sInOut )
{
// HACK: Many metrics have "//" comments that Lua fails to parse.
// Replace them with Lua-style comments.