]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boxedinset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_boxedinset.C
index df4f2a112d0fe831ef3e7dbb98f72d49ae8476aa..d16e4b169ced7fb9705815d5e9a61c85dd96dc97 100644 (file)
@@ -29,7 +29,7 @@ MathBoxedInset::MathBoxedInset()
 {}
 
 
-auto_ptr<InsetBase> MathBoxedInset::clone() const
+auto_ptr<InsetBase> MathBoxedInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathBoxedInset(*this));
 }
@@ -74,4 +74,3 @@ void MathBoxedInset::validate(LaTeXFeatures & features) const
 {
        features.require("amsmath");
 }
-