]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetfoot.h
index 0990d632108f72f865453aae73dadd19143f0e88..b154412b4e27cb88cfd8d471032310dfc4b356bf 100644 (file)
@@ -25,14 +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;
+       Inset * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///