]> git.lyx.org Git - lyx.git/blobdiff - src/support/SystemcallPrivate.h
Check return value of regex_match instead of looking at first match
[lyx.git] / src / support / SystemcallPrivate.h
index 6534d07faac0854043f79aab3c58c69517310ddd..5aac5431ef703ad80fb533d4f3fef6da3b9cd833 100644 (file)
@@ -45,7 +45,8 @@ public:
        State state;
 
        bool waitWhile(State, bool processEvents, int timeout = -1);
-       void startProcess(QString const & cmd, std::string const & path, bool detach);
+       void startProcess(QString const & cmd, std::string const & path,
+                         std::string const & lpath, bool detach);
        
        int exitCode();