[cstdstring] removal of Trim/TrimLeft/TrimRight
[vuplus_xbmc] / xbmc / music / MusicDatabase.cpp
index 623d7cd..47c02e7 100644 (file)
@@ -562,7 +562,7 @@ int CMusicDatabase::AddGenre(const CStdString& strGenre1)
   try
   {
     CStdString strGenre = strGenre1;
-    strGenre.Trim();
+    StringUtils::Trim(strGenre);
 
     if (strGenre.empty())
       strGenre=g_localizeStrings.Get(13205); // Unknown