X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FRandomAccessList.h;h=2565d62513158ecc57e0f306ef471c9b477ab264;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=4c48b36db2fde8da3deef965231eaacb0c43b856;hpb=ca91d508b2a33d105b1eecf3ac086104213bb47a;p=lyx.git diff --git a/src/support/RandomAccessList.h b/src/support/RandomAccessList.h index 4c48b36db2..2565d62513 100644 --- a/src/support/RandomAccessList.h +++ b/src/support/RandomAccessList.h @@ -293,6 +293,12 @@ public: return s; } + + const_iterator constIterator(size_t i) const + { + return iterCont_[i]; + } + private: void recreateVector() {