]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetmarginal.h
index 7ce18a7d49df8839ec571d2bf4ab9c3e0869d15b..8414bdc2a4771434daaef0f130e4281b124d30c4 100644 (file)
@@ -24,14 +24,14 @@ public:
        ///
        InsetMarginal(BufferParams const &);
        ///
-       InsetMarginal(InsetMarginal const &, bool same_id = false);
+       InsetMarginal(InsetMarginal const &);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
+       Inset * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        string const editMessage() const;
 };