]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_tabularinset.C
index 571b1bc30b6dfc2141b0f455672f8717325fccd5..78712160eb708282cecf92fdebf53262d5491551 100644 (file)
@@ -39,7 +39,7 @@ MathTabularInset::MathTabularInset(string const & name, char valign,
 {}
 
 
-auto_ptr<InsetBase> MathTabularInset::clone() const
+auto_ptr<InsetBase> MathTabularInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathTabularInset(*this));
 }