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