]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetfootlike.h
index b6b2b54a713ea07c0e53cec9d88dee4626626972..1e678ff90997d4bf5e678633897697be8f035e82 100644 (file)
@@ -30,10 +30,11 @@ public:
        ///
        InsetFootlike();
        ///
+       InsetFootlike(InsetFootlike const &, bool same_id = false);
+       ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
-       bool insertInsetAllowed(Inset * inset) const;
-       bool insertInsetAllowed(Inset::Code) const;
+       bool insetAllowed(Inset::Code) const;
 };
 
 #endif