fixed refcount of eListboxPythonStringContent
[enigma2.git] / lib / service / servicemp3.h
index 940e141d86360905a6fc6e7bee69c2c9bc4ed914..cfca4242182147105017bf15edde6adaf3fd048b 100644 (file)
@@ -48,7 +48,7 @@ public:
        RESULT getIServiceInformation(ePtr<iServiceInformation>&);
        
                // iServiceInformation
-       RESULT getName(eString &name);
+       RESULT getName(std::string &name);
 };
 
 #endif