]> 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 55d657ea6f6f1330f36e1fbf0f1b86da773a64f8..8414bdc2a4771434daaef0f130e4281b124d30c4 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef INSETMARGINAL_H
 #define INSETMARGINAL_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetfootlike.h"
 
@@ -27,13 +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 &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        string const editMessage() const;
 };