comments corrected
This commit is contained in:
parent
3e35d53e9e
commit
fab039f534
@ -44,9 +44,9 @@ public:
|
||||
private:
|
||||
// pattern to search for
|
||||
std::string pattern_;
|
||||
// first valid index
|
||||
// start of search range
|
||||
Iterator begin_;
|
||||
// last valid index
|
||||
// end of search range
|
||||
Iterator end_;
|
||||
// result of the search
|
||||
ResultList result_;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user