]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetfoot.h
index d84e1327c2ae61504561f0b68009771bab43b819..26b7f2f7fa26b1b613531970a9080f4017a8039a 100644 (file)
@@ -28,13 +28,13 @@ public:
        ///
        InsetFoot();
        ///
-       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;
 };