]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / insets / inseterror.h
index 59b9cfcb5850de39e2ecc4004b025f1f69628aed..cdc03f41dcae981bc9b287bbff68ce92587f80c2 100644 (file)
@@ -67,6 +67,8 @@ public:
        Inset::Code LyxCode() const { return Inset::NO_CODE; }
        /// We don't want "begin" and "end inset" in lyx-file
        bool DirectWrite() const { return true; };
+       ///
+       static void CloseErrorCB(FL_OBJECT *, long data);
 private:
        ///
        string contents;
@@ -74,7 +76,5 @@ private:
        FL_FORM *form;
        ///
        FL_OBJECT *strobj;
-       ///
-       static void CloseErrorCB(FL_OBJECT *, long data);
 };
 #endif