diff options
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 55bea8dad..edea47ddf 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -206,11 +206,13 @@ class BrowserBox : public gcn::Widget, int calcHeight(); typedef TextRows::iterator TextRowIterator; + typedef TextRows::const_iterator TextRowCIter; TextRows mTextRows; std::list<int> mTextRowLinksCount; typedef std::vector<LinePart> LinePartList; typedef LinePartList::iterator LinePartIterator; + typedef LinePartList::const_iterator LinePartCIter; LinePartList mLineParts; typedef std::vector<BROWSER_LINK> Links; |