From f572bd9003294d9f931fbac3073be9e83da12d67 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Fri, 3 Feb 2017 18:15:39 +0300 Subject: [PATCH] Review fixes. --- search/token_range.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/token_range.hpp b/search/token_range.hpp index 9e6a690268..b01222a7ff 100644 --- a/search/token_range.hpp +++ b/search/token_range.hpp @@ -69,7 +69,7 @@ public: inline my::RangeIterator cend() const { return my::RangeIterator(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;