forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
08dd5edd71
commit
f572bd9003
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public:
|
|||
inline my::RangeIterator<size_t> cend() const { return my::RangeIterator<size_t>(m_end); }
|
||||
|
||||
private:
|
||||
friend std::string DebugPrint(TokenRange const & tokenRange);
|
||||
friend std::string DebugPrint(TokenRange const & tokenRange);
|
||||
|
||||
uint8_t m_begin = 0;
|
||||
uint8_t m_end = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue