]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_makeboxinset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_makeboxinset.C
index 9c16adc0ce0135233cd986ace365e7efea18dd75..a3d6d4b480b07b0a1875c6ff541c3089b38063b2 100644 (file)
@@ -25,7 +25,7 @@ MathMakeboxInset::MathMakeboxInset()
 {}
 
 
-auto_ptr<InsetBase> MathMakeboxInset::clone() const
+auto_ptr<InsetBase> MathMakeboxInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathMakeboxInset(*this));
 }