X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetquotes.h;h=de07412d6641ee04e0d797376cb06c025d9241ee;hb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;hp=6445d0c4ba7078a978c09c24a920c01a5c7718bb;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=features.git diff --git a/src/insets/insetquotes.h b/src/insets/insetquotes.h index 6445d0c4ba..de07412d66 100644 --- a/src/insets/insetquotes.h +++ b/src/insets/insetquotes.h @@ -27,7 +27,7 @@ struct LaTeXFeatures; Used for the various quotes. German, English, French, all either double or single **/ -class InsetQuotes: public Inset { +class InsetQuotes : public Inset { public: /// enum quote_language { @@ -80,13 +80,15 @@ public: /// void draw(BufferView *, LyXFont const &, int, float &, bool) const; /// - LyXFont ConvertFont(LyXFont font); + LyXFont ConvertFont(LyXFont const & font); + //LyXFont ConvertFont(LyXFont font); /// void Write(Buffer const *, std::ostream &) const; /// 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; ///