Skip to content

Commit abca191

Browse files
committed
Add missing file change.
1 parent 6ff0b56 commit abca191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ccmain/pagewalk.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ namespace tesseract {
2828
* to each word that overlaps the selection_box.
2929
*/
3030
void Tesseract::process_selected_words(
31-
PAGE_RES* page_res, // blocks to check
32-
TBOX & selection_box,
33-
BOOL8(tesseract::Tesseract::*word_processor)(PAGE_RES_IT* pr_it)) {
31+
PAGE_RES* page_res, // blocks to check
32+
TBOX& selection_box,
33+
bool (tesseract::Tesseract::* word_processor)(PAGE_RES_IT* pr_it)) {
3434
for (PAGE_RES_IT page_res_it(page_res); page_res_it.word() != nullptr;
3535
page_res_it.forward()) {
3636
WERD* word = page_res_it.word()->word;

0 commit comments

Comments
 (0)