]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.C
prepare for 1.1.6pre2
[lyx.git] / src / insets / insettheorem.C
index 4394b3ac234fcac7cbef3e4cfd827180feda6cf3..16b19a9d88cde1c4f4f6edba5513578faa6bc805 100644 (file)
@@ -54,7 +54,7 @@ void InsetTheorem::Write(Buffer const * buf, ostream & os) const
 }
 
 
-Inset * InsetTheorem::Clone() const
+Inset * InsetTheorem::Clone(Buffer const &) const
 {
        InsetTheorem * result = new InsetTheorem;
        
@@ -63,7 +63,7 @@ Inset * InsetTheorem::Clone() const
 }
 
 
-char const * InsetTheorem::EditMessage() const
+string const InsetTheorem::EditMessage() const
 {
        return _("Opened Theorem Inset");
 }