X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCounters.h;h=509733f4662f8c3f6fa087ffffcaddbcc3e132e0;hb=a0b84e0ba0f8f23155f51b8647f3f6feed972c0c;hp=d992bbb3c646f64b003eca3928d7d2372642d388;hpb=c2ac70552ccb4e5c05130d0071ba513d2e3b3d94;p=lyx.git diff --git a/src/Counters.h b/src/Counters.h index d992bbb3c6..509733f466 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -167,10 +167,10 @@ public: /// We're trying to track \refstepcounter in LaTeX, more or less. /// Note that this may be empty. docstring currentCounter() const; - /// Called during update labels as we go through various paragraphs, + /// Called during updateBuffer() as we go through various paragraphs, /// to track the layouts as we go through. void setActiveLayout(Layout const & lay); - /// Also for updateLabels(). + /// Also for updateBuffer(). /// Call this when entering things like footnotes, where there is now /// no "last layout" and we want to restore the "last layout" on exit. void clearLastLayout() { layout_stack_.push_back(0); }