[cstdstring] removal of Trim/TrimLeft/TrimRight
[vuplus_xbmc] / xbmc / filesystem / MythSession.cpp
index 594fc1e..aed3ebb 100644 (file)
@@ -127,7 +127,7 @@ CStdString CMythSession::GetValue(char *str)
   {
     result = str;
     m_dll->ref_release(str);
-    result.Trim();
+    StringUtils::Trim(result);
   }
   return result;
 }