]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.C
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetert.C
index 2abd91b8e4958cd55566101a9db3b4ef2cc6013a..b4188498884956dfdb524659139bc79e1548d98a 100644 (file)
@@ -44,7 +44,7 @@ void InsetERT::Write(Buffer const * buf, ostream & os) const
 }
 
 
-Inset * InsetERT::Clone() const
+Inset * InsetERT::Clone(Buffer const &) const
 {
     InsetERT * result = new InsetERT;
     result->inset->init(inset);
@@ -54,7 +54,7 @@ Inset * InsetERT::Clone() const
 }
 
 
-char const * InsetERT::EditMessage() const 
+string const InsetERT::EditMessage() const 
 {
     return _("Opened ERT Inset");
 }