]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetquotes.h
index f19a7b77927afe228f7593121185959118c5bd62..2ed6f4e6627f0c699bbad1955e5b9d61966666e8 100644 (file)
@@ -80,8 +80,7 @@ public:
        ///
        void draw(BufferView *, LyXFont const &, int, float &, bool) const;
        ///
-       LyXFont ConvertFont(LyXFont const & font) const;
-       //LyXFont ConvertFont(LyXFont font);
+       LyXFont const ConvertFont(LyXFont const & font) const;
        ///
        void Write(Buffer const *, std::ostream &) const;
        ///
@@ -90,7 +89,7 @@ public:
        int Latex(Buffer const *, std::ostream &,
                  bool fragile, bool free_spc) const;
        ///
-       int Ascii(Buffer const *, std::ostream &) const;
+       int Ascii(Buffer const *, std::ostream &, int linelen) const;
        ///
        int Linuxdoc(Buffer const *, std::ostream &) const;
        ///
@@ -98,7 +97,7 @@ public:
        ///
        void Validate(LaTeXFeatures &) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const;
 private:
@@ -116,7 +115,7 @@ private:
        ///
        void ParseString(string const &);
        ///
-       string DispString() const;
+       string const DispString() const;
 };
 #endif