]> 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 775fdd61d8ec778a6dca3e5d1b1f889554e900aa..10329a97127ffcede2b96d9332dcaa01a8f932df 100644 (file)
@@ -26,15 +26,15 @@ public:
        ///
        InsetMarginal();
        ///
-       Inset * Clone(Buffer const &) const;
+       InsetMarginal(InsetMarginal const &, bool same_id = false);
        ///
-       Inset::Code LyxCode() const { return Inset::MARGIN_CODE; }
+       Inset * clone(Buffer const &, bool same_id = false) const;
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///
-       string const EditMessage() const;
+       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       bool InsertInsetAllowed(Inset * inset) const;
+       string const editMessage() const;
 };
 
 #endif