]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tfracinset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_tfracinset.C
index f18d6caed3904dc1b756ae3e9b549cc07fa1001f..9671363c2f79bdd7fa1c54caa4df2e3692244494 100644 (file)
@@ -31,7 +31,7 @@ MathTfracInset::MathTfracInset()
 {}
 
 
-auto_ptr<InsetBase> MathTfracInset::clone() const
+auto_ptr<InsetBase> MathTfracInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathTfracInset(*this));
 }