]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetert.h
index 77c63df10a9b80c739617633fc4187cd85cddb22..d50f1e244f97879c38245f11278aaf31285aba8c 100644 (file)
@@ -32,9 +32,9 @@ public:
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
-       char const * EditMessage() const;
+       string const EditMessage() const;
        ///
        bool InsertInset(BufferView *, Inset *) { return false; }
        ///