]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_arrayinset.C
index 28dc9e9569dd349089858719912270d19b912f33..1e1554d45cdcb6391fbb3e7d0139ac57efabdfa2 100644 (file)
@@ -69,7 +69,7 @@ MathArrayInset::MathArrayInset(string const & name, string const & str)
 }
 
 
-auto_ptr<InsetBase> MathArrayInset::clone() const
+auto_ptr<InsetBase> MathArrayInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathArrayInset(*this));
 }