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