X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetquotes.h;h=31903afbd6da010e312e921fb30857e61a499eed;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=99dedc71ec709357261b2e07a5bc6620f8072f04;hpb=0088121bd8c3fc7f2109e8dc9b22b73ca193f20e;p=lyx.git diff --git a/src/insets/insetquotes.h b/src/insets/insetquotes.h index 99dedc71ec..31903afbd6 100644 --- a/src/insets/insetquotes.h +++ b/src/insets/insetquotes.h @@ -65,7 +65,8 @@ public: \item grd <- german double quote right \item etc. \end{itemize} - */ + */ + explicit InsetQuotes(string const & str = "eld"); /// Create the right quote inset after character c InsetQuotes(char c, BufferParams const & params); @@ -81,15 +82,17 @@ public: /// LyXFont ConvertFont(LyXFont font); /// - void Write(ostream &) const; + void Write(std::ostream &) const; /// void Read(LyXLex & lex); /// - int Latex(ostream &, signed char fragile, bool free_spc) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Linuxdoc(ostream &) const; + int Ascii(std::ostream &) const; /// - int DocBook(ostream &) const; + int Linuxdoc(std::ostream &) const; + /// + int DocBook(std::ostream &) const; /// void Validate(LaTeXFeatures &) const; ///