]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_numberinset.C
index 01ffcf170f4e749e2e1473ce1aa6fcefd182fa8a..30647cf3c57b9de3d10ad04ed453b43e43b01f41 100644 (file)
@@ -25,7 +25,7 @@ MathNumberInset::MathNumberInset(string const & s)
 {}
 
 
-auto_ptr<InsetBase> MathNumberInset::clone() const
+auto_ptr<InsetBase> MathNumberInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathNumberInset(*this));
 }