]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetfoot.h
index a897e7d0600b752e3a87ada42235170814d58679..da1e1d662b946d185e172a1ae49185fbc3aa7701 100644 (file)
@@ -25,13 +25,14 @@ public:
        ///
        InsetFoot(BufferParams const &);
        ///
-       InsetFoot(InsetFoot const &, bool same_id = false);
+       InsetFoot(InsetFoot const &);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::FOOT_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///