]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.cpp
Fix bugs #6078 and #9364
[lyx.git] / src / support / ForkedCalls.cpp
index 63307970b881d1213c3097dd8a778fd36936a8f3..14be7af6ebfb81cd590b5a726f146975168a61d7 100644 (file)
@@ -270,8 +270,8 @@ int ForkedProcess::waitForChild()
 //
 /////////////////////////////////////////////////////////////////////
 
-ForkedCall::ForkedCall(string const & path)
-       : cmd_prefix_(to_filesystem8bit(from_utf8(latexEnvCmdPrefix(path))))
+ForkedCall::ForkedCall(string const & path, string const & lpath)
+       : cmd_prefix_(to_filesystem8bit(from_utf8(latexEnvCmdPrefix(path, lpath))))
 {}