]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_stackrelinset.C
index 4254f1869da8340b0732a0d905a75e3ecc4c0b9f..d5a1c5bfb5b600431115eea45f9304b4c4ab4f36 100644 (file)
@@ -23,7 +23,7 @@ MathStackrelInset::MathStackrelInset()
 {}
 
 
-auto_ptr<InsetBase> MathStackrelInset::clone() const
+auto_ptr<InsetBase> MathStackrelInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathStackrelInset(*this));
 }