]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xarrowinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_xarrowinset.C
index 0867aa84e9f81f0fa7d5b336b9c1ccda56ae39f2..3676171d5438914e4e26993668b5863ba3cde1ac 100644 (file)
@@ -25,7 +25,7 @@ MathXArrowInset::MathXArrowInset(string const & name)
 {}
 
 
-auto_ptr<InsetBase> MathXArrowInset::clone() const
+auto_ptr<InsetBase> MathXArrowInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathXArrowInset(*this));
 }