]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.h
Do not use of boost::tokenizer
[lyx.git] / src / support / ForkedCalls.h
index 772939890b4bfa139b576bdf59e2f4493cb6130c..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));