use vfork instead of fork (this hopefully fixes the 'no more
[enigma2.git] / lib / base / console.h
index ddfd82a9d9d4ea7a298066d63e5b9cce68063064..1b58dbda676f5f4fd3e7d8aaf4e38450b38dc08d 100644 (file)
@@ -33,7 +33,7 @@ class eConsoleAppContainer: public Object
 #endif
 public:
        eConsoleAppContainer();
-       int execute( const std::string &str );
+       int execute( const char *str );
        ~eConsoleAppContainer();
        int getPID() { return pid; }
        void kill();