X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FForkedCalls.h;h=191a2b5950ef657af1b8f618b18c36fe80d3a234;hb=68a1f9a44ea36691ada208d4c7d3d49ffab32f3b;hp=772939890b4bfa139b576bdf59e2f4493cb6130c;hpb=1821c6d8a32fe9cfac4f705038f19161814f6700;p=lyx.git diff --git a/src/support/ForkedCalls.h b/src/support/ForkedCalls.h index 772939890b..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));