]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlatexaccent.h
index edfc2e95bb0edcdd6ff45184978afb61021c791d..018eb86d181c03fab67a187bae5cf2d2a09f0882 100644 (file)
@@ -32,6 +32,7 @@ public:
        ///
        InsetLatexAccent(); 
        ///
+       explicit
        InsetLatexAccent(string const & string);
        ///
        int ascent(Painter &, LyXFont const &) const;
@@ -53,7 +54,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;
        ///