]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.C
updates to minipage inset
[lyx.git] / src / insets / insettheorem.C
index 11ef790d8b1a09a101e261cccfebd41c6c46185f..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;