]> 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 7d297507e567baa4b7ea99800561eceb080a76dc..78712160eb708282cecf92fdebf53262d5491551 100644 (file)
@@ -17,6 +17,8 @@
 
 #include <iterator>
 
+
+using std::string;
 using std::auto_ptr;
 
 
@@ -37,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));
 }