]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
updates to minipage inset
[lyx.git] / src / insets / insetfoot.h
index 566c6e2db55954e549c55f4030320faa8467c07e..26b7f2f7fa26b1b613531970a9080f4017a8039a 100644 (file)
@@ -28,17 +28,15 @@ 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;
-       ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif