]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / insets / insetinfo.h
index 67eb0499eb992dce2d8269f75e877295a6748700..edd3e9fa1e33d76713bd6e7aea6d5ca566c6e6ca 100644 (file)
@@ -65,6 +65,8 @@ public:
        Inset::Code LyxCode() const;
        ///
        Inset* Clone();
+       ///
+       static void CloseInfoCB(FL_OBJECT *, long data);
 private:
        ///
        string contents;
@@ -72,8 +74,6 @@ private:
        FL_FORM *form;
        ///
        FL_OBJECT *strobj;
-       ///
-       static void CloseInfoCB(FL_OBJECT *, long data);
 };
 
 #endif