X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetquotes.h;h=31903afbd6da010e312e921fb30857e61a499eed;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=c3c27159aabcdbd8c2027fd74d9716f7e4c51c8c;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetquotes.h b/src/insets/insetquotes.h index c3c27159aa..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); @@ -85,7 +86,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; ///