]> git.lyx.org Git - features.git/blobdiff - src/insets/inseterror.h
read the Changelog
[features.git] / src / insets / inseterror.h
index de7ccb67fadee51f522d354ea9e661fe7b769581..d1a19f8491f6002a7f5d98fb606a1f587c7ae565 100644 (file)
   The edit-operation opens a 
   dialog with the text of the error-message. The inset is displayed as 
   "Error" in a box, and automatically deleted. */
-class InsetError: public Inset {
+class InsetError : public Inset {
 public:
        ///
        explicit
        InsetError(string const & string);
+#if 0
        ///
        InsetError();
+#endif
        ///
        ~InsetError();
        ///
@@ -48,7 +50,8 @@ public:
        ///
        void Read(Buffer const *, LyXLex & lex);
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool free_spc) const;
+       int Latex(Buffer const *, std::ostream &,
+                 bool fragile, bool free_spc) const;
        ///
        int Ascii(Buffer const *, std::ostream &) const;
        ///