]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetmarginal.h
index 26654106a674938493d1cea8e456e8bbe6b6acb5..10329a97127ffcede2b96d9332dcaa01a8f932df 100644 (file)
@@ -26,6 +26,8 @@ public:
        ///
        InsetMarginal();
        ///
+       InsetMarginal(InsetMarginal const &, bool same_id = false);
+       ///
        Inset * clone(Buffer const &, bool same_id = false) const;
        ///
        Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
@@ -33,8 +35,6 @@ public:
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
        string const editMessage() const;
-       ///
-       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif