]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_biginset.C
index c259c4cafa0550a55f5d19a7d26d94e892210083..ade63c123b3c9671fcb3e54c6be67ed3021e3e15 100644 (file)
@@ -25,7 +25,7 @@ MathBigInset::MathBigInset(string const & name, string const & delim)
 {}
 
 
-auto_ptr<InsetBase> MathBigInset::clone() const
+auto_ptr<InsetBase> MathBigInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathBigInset(*this));
 }