]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.h
reformatting and remove using delc
[lyx.git] / src / insets / insetlist.h
index b8a0e1c3f52167564651214f907dcf800a2d54bc..dc1e415e1af170c0f57b5e244ebfb2682d576e1e 100644 (file)
@@ -28,13 +28,13 @@ public:
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const { return Inset::FOOT_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;
 };