]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.h
update no.po
[lyx.git] / src / lyxserver.h
index f6d38868db55c5a67440bf7d2e095a8e4088f277..8559499ce395539a12970433d81a6e81f00512e9 100644 (file)
@@ -19,7 +19,7 @@
 #include "LString.h"
 
 #include <boost/signals/trackable.hpp>
+
 class LyXFunc;
 class LyXServer;
 
@@ -82,7 +82,7 @@ private:
        int startPipe(string const &, bool);
 
        /// finish a pipe
-       void endPipe(int &, string const &);
+       void endPipe(int &, string const &, bool);
 
        /// This is -1 if not open
        int infd;