]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / lyxserver.h
index 761222a6700f66e30c53b4a26f6cae9842780a7a..9dcdf99d65570e7c8a1861dbb2145992659e4362 100644 (file)
@@ -53,6 +53,10 @@ public:
 
        /// Send message
        void send(string const &);
+
+       /// We receive messages via XForms through this callback
+       static void callback(int fd, void *v);
+
 private:
        /// Open pipes
        void openConnection();
@@ -60,9 +64,6 @@ private:
        /// Close pipes
        void closeConnection();
 
-       /// We receive messages via XForms through this callback
-       static void callback(int fd, void *v);
-
        /// This is -1 if not open
        int infd;