]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dfracinset.C
code cosmetics to the iterator fix
[lyx.git] / src / mathed / math_dfracinset.C
index 33e3095735ea2eb3f262d5de108e1bd37b188dc3..3b0c76d2800997b8405bdb96fc28b41d1f4eaeba 100644 (file)
@@ -28,7 +28,7 @@ MathDfracInset::MathDfracInset()
 {}
 
 
-auto_ptr<InsetBase> MathDfracInset::clone() const
+auto_ptr<InsetBase> MathDfracInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathDfracInset(*this));
 }