]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetfoot.h
index 5892ec07e20d252e28dbc008dcffa993862b7c82..275a69c39e181e3ffab1b70309da930af526e53c 100644 (file)
@@ -18,6 +18,7 @@
 #pragma interface
 #endif
 
+#include "LaTeXFeatures.h"
 #include "insetfootlike.h"
 
 /** The footnote inset
@@ -28,15 +29,15 @@ public:
        ///
        InsetFoot();
        ///
-       Inset * clone(Buffer const &) const;
+       InsetFoot(InsetFoot const &, bool same_id = false);
+       ///
+       Inset * clone(Buffer const &, bool same_id = false) const;
        ///
        Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
        string const editMessage() const;
-       ///
-       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif