]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_splitinset.C
index 90388dbd385318f6aea0556563aa267aab23dedc..e903a04b8482ad0d9e9f5aa4fb47a45d2c84612b 100644 (file)
@@ -27,7 +27,7 @@ MathSplitInset::MathSplitInset(string const & name)
 }
 
 
-auto_ptr<InsetBase> MathSplitInset::clone() const
+auto_ptr<InsetBase> MathSplitInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathSplitInset(*this));
 }