X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FForkedCalls.h;h=191a2b5950ef657af1b8f618b18c36fe80d3a234;hb=d5f2bad461dc3fc783cbb1e1b205fa5c6543f8e7;hp=19589803dd0a9d74205b7a6cf197a95d844f5939;hpb=8b66f9cedf5c32026c66d1a8ac0276adcb864c8e;p=lyx.git diff --git a/src/support/ForkedCalls.h b/src/support/ForkedCalls.h index 19589803dd..191a2b5950 100644 --- a/src/support/ForkedCalls.h +++ b/src/support/ForkedCalls.h @@ -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 clone() const { return shared_ptr(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