X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.cpp;h=fe80eeef5ae5625729a4a2da71d0c0bd7ec3fa69;hb=d65020b293ab208b1391f96a731e53e0c7274a02;hp=d9eabcb31022499e355776975e171571e905608d;hpb=36f5607ec88a266db6359ed9616bbee856c88e7a;p=features.git diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp index d9eabcb310..fe80eeef5a 100644 --- a/src/mathed/MathData.cpp +++ b/src/mathed/MathData.cpp @@ -377,12 +377,12 @@ void MathData::drawT(TextPainter & pain, int x, int y) const } -void MathData::updateLabels(ParIterator const & it, UpdateType utype) +void MathData::updateBuffer(ParIterator const & it, UpdateType utype) { // pass down for (size_t i = 0, n = size(); i != n; ++i) { MathAtom & at = operator[](i); - at.nucleus()->updateLabels(it, utype); + at.nucleus()->updateBuffer(it, utype); } }