fix for canAllocateChannel
[enigma2.git] / lib / service / iservice.h
index 8c68f902765ffea1501364f12481f79a7a5014cf..3c3248c41a2ef9a4fc1a2b31ff30a527a6c86279 100644 (file)
@@ -48,7 +48,7 @@ public:
        std::string path;
 #endif
        std::string getPath() { return path; }
-       std::string setPath( const std::string &n ) { path=n; }
+       void setPath( const std::string &n ) { path=n; }
 
        int getData(unsigned int num) const
        {