]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / lyxvc.h
index cfb3529a61a2d89cd7df320f60dd3e9b6950ac7a..c28a428804ddaead73fd754bc95830c0b9abaa31 100644 (file)
@@ -87,6 +87,11 @@ public:
 
        /// Returns the userid of the person who has locked the doc.
        string const getLocker() const;
+
+       ///
+       static void logClose(FL_OBJECT*, long);
+       ///
+       static void logUpdate(FL_OBJECT*, long);
 protected:
 private:
        ///
@@ -133,10 +138,6 @@ private:
        ///
        FD_LaTeXLog *browser; // FD_LaTeXLog is just a browser with a
        // close button. Unfortunately we can not use the standard callbacks.
-       ///
-       static void logClose(FL_OBJECT*, long);
-       ///
-       static void logUpdate(FL_OBJECT*, long);
 };
 
 #endif