]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_diffinset.C
index 3d32081793a735a3b3a6936d4138a08ac3b38d9b..4b7cdac9ff933f1f2fe8721dd5880cd20018fb60 100644 (file)
@@ -24,7 +24,7 @@ MathDiffInset::MathDiffInset()
 {}
 
 
-auto_ptr<InsetBase> MathDiffInset::clone() const
+auto_ptr<InsetBase> MathDiffInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathDiffInset(*this));
 }