]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_sqrtinset.C
index 61da212107f5e328df9948c40b0b0e01d758f561..4705ae78461cf74f8c202dc4f061c2f2a74d57ce 100644 (file)
@@ -25,7 +25,7 @@ MathSqrtInset::MathSqrtInset()
 {}
 
 
-auto_ptr<InsetBase> MathSqrtInset::clone() const
+auto_ptr<InsetBase> MathSqrtInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathSqrtInset(*this));
 }