diff options
Diffstat (limited to 'src/utf8_iterator.hh')
| -rw-r--r-- | src/utf8_iterator.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utf8_iterator.hh b/src/utf8_iterator.hh index 7b735aa5..d41bb397 100644 --- a/src/utf8_iterator.hh +++ b/src/utf8_iterator.hh @@ -117,8 +117,8 @@ public: return get_value(); } - const Iterator& underlying_iterator() const { return m_it; } - Iterator& underlying_iterator() { return m_it; } + const Iterator& base() const { return m_it; } + Iterator& base() { return m_it; } protected: void check_invariant() const |
