]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.h
Alfredo's second patch
[lyx.git] / src / lyxserver.h
index f6d38868db55c5a67440bf7d2e095a8e4088f277..bce8064ee21823dbed4541351c57c359c2ec70b1 100644 (file)
 #ifndef LYXSERVER_H
 #define LYXSERVER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 #include <boost/signals/trackable.hpp>
+
 class LyXFunc;
 class LyXServer;
 
@@ -82,7 +78,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;