]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_exintinset.C
index e41dad31346ccb8ff075bd239999bab548313280..bd4afb918a8c1c933056fbdd26419a6981656855 100644 (file)
@@ -35,7 +35,7 @@ MathExIntInset::MathExIntInset(string const & name)
 // 3 - upper
 
 
-auto_ptr<InsetBase> MathExIntInset::clone() const
+auto_ptr<InsetBase> MathExIntInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathExIntInset(*this));
 }