]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
reformatting and remove using delc
[lyx.git] / src / insets / insetmarginal.h
index 5d19e9579e2974e7d9329cdce727d195e4f8a908..775fdd61d8ec778a6dca3e5d1b1f889554e900aa 100644 (file)
@@ -26,17 +26,15 @@ public:
        ///
        InsetMarginal();
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const { return Inset::MARGIN_CODE; }
        ///
        int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       const char * EditMessage() const;
+       string const EditMessage() const;
        ///
        bool InsertInsetAllowed(Inset * inset) const;
-       ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif