]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_amsarrayinset.C
index 6fdca3e708c506c3b696f7143b19f6df61e091b0..448fd152a7c8da7915aff71611e0f0d347ace590 100644 (file)
@@ -30,7 +30,7 @@ MathAMSArrayInset::MathAMSArrayInset(string const & name)
 {}
 
 
-auto_ptr<InsetBase> MathAMSArrayInset::clone() const
+auto_ptr<InsetBase> MathAMSArrayInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathAMSArrayInset(*this));
 }