]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boldsymbolinset.C
code cosmetics to the iterator fix
[lyx.git] / src / mathed / math_boldsymbolinset.C
index c17b3ff7918ddc134d4fcf5bc47f36afaab566d7..fc847197e4032c57f95bfce58329ebe28ee7a21f 100644 (file)
@@ -24,7 +24,7 @@ MathBoldsymbolInset::MathBoldsymbolInset()
 {}
 
 
-auto_ptr<InsetBase> MathBoldsymbolInset::clone() const
+auto_ptr<InsetBase> MathBoldsymbolInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathBoldsymbolInset(*this));
 }