]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_braceinset.C
index a23154cb2b9fed7cb735ed196e775df710ebadd9..fe63f1b8b90989af49ed2b57a3451a7384b992b5 100644 (file)
@@ -33,7 +33,7 @@ MathBraceInset::MathBraceInset(MathArray const & ar)
 }
 
 
-auto_ptr<InsetBase> MathBraceInset::clone() const
+auto_ptr<InsetBase> MathBraceInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathBraceInset(*this));
 }