]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_lefteqninset.C
index fd2c691a3ff54fdf80e9142ee2da7a59d584b3d1..46771075a9dfc11bfef616edb983709084d390e9 100644 (file)
@@ -24,7 +24,7 @@ MathLefteqnInset::MathLefteqnInset()
 {}
 
 
-auto_ptr<InsetBase> MathLefteqnInset::clone() const
+auto_ptr<InsetBase> MathLefteqnInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathLefteqnInset(*this));
 }