]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathData.cpp
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / mathed / MathData.cpp
index d9eabcb31022499e355776975e171571e905608d..fe80eeef5ae5625729a4a2da71d0c0bd7ec3fa69 100644 (file)
@@ -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);
        }
 }