Skip to content

Commit 68b10ce

Browse files
committed
Remove this->, it seems a bit strange.
1 parent 2d4eaa3 commit 68b10ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/algorithm/searching/musser_nishanov_HAL.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class musser_nishanov_HAL
155155
return std::make_pair(corpus_last, corpus_last);
156156

157157
// Do the search
158-
return this->do_search ( corpus_first, corpus_last );
158+
return do_search ( corpus_first, corpus_last );
159159
}
160160
};
161161

0 commit comments

Comments
 (0)