]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_undersetinset.C
index b0ee5632dfeb83c505b34a1b43d2d796b1112257..5ba13ad186baab4e8bdfe5d765035bff844f2972 100644 (file)
@@ -22,7 +22,7 @@ using std::auto_ptr;
 
 
 
-auto_ptr<InsetBase> MathUndersetInset::clone() const
+auto_ptr<InsetBase> MathUndersetInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathUndersetInset(*this));
 }
@@ -96,4 +96,3 @@ void MathUndersetInset::validate(LaTeXFeatures & features) const
        features.require("amsmath");
        MathNestInset::validate(features);
 }
-