]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insettheorem.h
index e3d3a92cab6412eb3624bcc61d1fd3bbe5b844a7..84ad0e0653c515ccf683ca3a4335c59d3546d40c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "insetcollapsable.h"
 
-/** The footnote inset
+/** The theorem inset
   
 */
 class InsetTheorem : public InsetCollapsable {
@@ -28,7 +28,7 @@ public:
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        Inset::Code LyxCode() const { return Inset::THEOREM_CODE; }
        ///
@@ -36,11 +36,9 @@ public:
        ///
        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