X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfoot.h;h=275a69c39e181e3ffab1b70309da930af526e53c;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=2495ebb67f50a20a2b9bc57bc85d24e636fc26b7;hpb=7521b5d20f42102cf444e3fd8718a088a60d0098;p=lyx.git diff --git a/src/insets/insetfoot.h b/src/insets/insetfoot.h index 2495ebb67f..275a69c39e 100644 --- a/src/insets/insetfoot.h +++ b/src/insets/insetfoot.h @@ -18,6 +18,7 @@ #pragma interface #endif +#include "LaTeXFeatures.h" #include "insetfootlike.h" /** The footnote inset @@ -28,6 +29,8 @@ public: /// InsetFoot(); /// + InsetFoot(InsetFoot const &, bool same_id = false); + /// Inset * clone(Buffer const &, bool same_id = false) const; /// Inset::Code lyxCode() const { return Inset::FOOT_CODE; } @@ -35,8 +38,6 @@ public: int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const; /// string const editMessage() const; - /// - bool insertInsetAllowed(Inset * inset) const; }; #endif