]> git.lyx.org Git - features.git/blobdiff - src/mathed/formula.C
Inset patch from Angus.
[features.git] / src / mathed / formula.C
index 75e49f5ca55ec2c8f9a6b1e8a290b08154bf48a8..19399b6a519b307950a03f61af0043e7595fff49 100644 (file)
@@ -301,7 +301,7 @@ InsetFormula::~InsetFormula()
 }
 
 
-Inset * InsetFormula::Clone() const
+Inset * InsetFormula::Clone(Buffer const &) const
 {
     InsetFormula * f = new InsetFormula(par);
     f->label = label;