X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finseterror.h;h=d1a19f8491f6002a7f5d98fb606a1f587c7ae565;hb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;hp=de7ccb67fadee51f522d354ea9e661fe7b769581;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=features.git diff --git a/src/insets/inseterror.h b/src/insets/inseterror.h index de7ccb67fa..d1a19f8491 100644 --- a/src/insets/inseterror.h +++ b/src/insets/inseterror.h @@ -26,13 +26,15 @@ 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; ///