]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontoldinset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_fontoldinset.C
index 6b2a27174be1f5a2fe937986f92472e7d68839cd..e339c27ac3a2c668cb0441cfd3447eb3abc82809 100644 (file)
@@ -27,7 +27,7 @@ MathFontOldInset::MathFontOldInset(latexkeys const * key)
 }
 
 
-auto_ptr<InsetBase> MathFontOldInset::clone() const
+auto_ptr<InsetBase> MathFontOldInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathFontOldInset(*this));
 }