fixed refcount of eListboxPythonStringContent
[enigma2.git] / lib / service / servicefs.h
index f98cbc4c8b95c3005dbb34f48e7681f456b965ed..7e66ba21b1c427bffddd3a9858cf992c6001ff07 100644 (file)
@@ -21,7 +21,7 @@ class eServiceFS: public iListableService
 {
 DECLARE_REF;
 private:
-       eString path;
+       std::string path;
        friend class eServiceFactoryFS;
        eServiceFS(const char *path);
 public: