]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetmarginal.h
index cf68c7631ff4a92e134fd676046f123521589209..775fdd61d8ec778a6dca3e5d1b1f889554e900aa 100644 (file)
@@ -26,13 +26,13 @@ public:
        ///
        InsetMarginal();
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const { return Inset::MARGIN_CODE; }
        ///
        int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       const char * EditMessage() const;
+       string const EditMessage() const;
        ///
        bool InsertInsetAllowed(Inset * inset) const;
 };