]> git.lyx.org Git - lyx.git/commit
Convert for loops to range-based iterators i Buffer.cpp.
authorRichard Heck <rgheck@lyx.org>
Sun, 5 Nov 2017 02:15:01 +0000 (22:15 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 5 Nov 2017 02:15:01 +0000 (22:15 -0400)
commit4ec80c186583bc535a32cebf6e3f149f79a9f812
tree7d45d0266e89d65804c6e9738d9bd28d9eb57617
parenta0f66901145b20239377427a0735afeefdfd3b21
Convert for loops to range-based iterators i Buffer.cpp.

No intended change of behavior. The ones that use DocIterators and
ParIterators cannot yet be changed, but they could be if we provided
the right sorts of methods, perhaps.
src/Buffer.cpp