]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetmarginal.h
index 1ee63aa9016a303a923d636fd468c075511d63b7..bc51d737569f16d3534b7885f419eebaab8d18d4 100644 (file)
@@ -7,7 +7,7 @@
  * \author Jürgen Vigna
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef INSETMARGINAL_H
@@ -26,18 +26,14 @@ public:
        ///
        InsetMarginal(InsetMarginal const &);
        ///
-       //InsetMarginal(InsetMarginal const &, bool same_id);
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset * clone(Buffer const &) const;
+       InsetOld::Code lyxCode() const { return InsetOld::MARGIN_CODE; }
        ///
-       //Inset * clone(Buffer const &, bool same_id) const;
+       int latex(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
        ///
-       Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
-       ///
-       int latex(Buffer const *, std::ostream &,
-                 LatexRunParams const &) const;
-       ///
-       string const editMessage() const;
+       std::string const editMessage() const;
 };
 
 #endif