]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.h
Mingw-w64 build fixes for long long
[lyx.git] / src / support / ForkedCalls.h
index 19589803dd0a9d74205b7a6cf197a95d844f5939..191a2b5950ef657af1b8f618b18c36fe80d3a234 100644 (file)
@@ -150,7 +150,8 @@ private:
 class ForkedCall : public ForkedProcess {
 public:
        ///
-       ForkedCall(std::string const & path = empty_string());
+       ForkedCall(std::string const & path = empty_string(),
+                  std::string const & lpath = empty_string());
        ///
        virtual shared_ptr<ForkedProcess> clone() const {
                return shared_ptr<ForkedProcess>(new ForkedCall(*this));
@@ -159,7 +160,7 @@ public:
        /** Start the child process.
         *
         *  The command "what" is passed to execvp() for execution. "$$s" is
-        *  replaced accordingly by libScriptSearch().
+        *  replaced accordingly by commandPrep().
         *
         *  There are two startScript commands available. They differ in that
         *  the second receives a signal that is executed on completion of