]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.C
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / math_liminset.C
index 79712556cf26ee623614467acc90dbb10cea08ab..c86c4741fced4a025a6fd5f3275a98a62f8961b2 100644 (file)
@@ -29,7 +29,7 @@ MathLimInset::MathLimInset
 }
 
 
-auto_ptr<InsetBase> MathLimInset::clone() const
+auto_ptr<InsetBase> MathLimInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathLimInset(*this));
 }