]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / inseterror.h
index f0aff0b455b860305829e306826ca4a00e3688c8..519da5fe93dff0ddeeac40001ac9138aee86016f 100644 (file)
@@ -29,6 +29,7 @@
 class InsetError: public Inset {
 public:
        ///
+       explicit
        InsetError(string const & string);
        ///
        InsetError();
@@ -47,7 +48,9 @@ public:
        ///
        void Read(LyXLex & lex);
        ///
-       int Latex(std::ostream &, signed char fragile, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
+       ///
+       int Ascii(std::ostream &) const;
        ///
        int Linuxdoc(std::ostream &) const;
        ///