From 779aa793501ae5ff2bbd228662215e7f795e7a00 Mon Sep 17 00:00:00 2001 From: Ger Hobbelt Date: Thu, 11 Mar 2021 21:43:07 +0100 Subject: [PATCH] Fix build (#3322) * fix errors after merge commit: missing changes that are needed too to make this codebase compile. * Update src/wordrec/wordrec.h Co-authored-by: Stefan Weil --- src/wordrec/wordrec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wordrec/wordrec.h b/src/wordrec/wordrec.h index b9e783ba..0408de67 100644 --- a/src/wordrec/wordrec.h +++ b/src/wordrec/wordrec.h @@ -49,7 +49,7 @@ class TESS_API Wordrec : public Classify { virtual ~Wordrec() = default; // tface.cpp - void program_editup(const char *textbase, TessdataManager *init_classifier, + void program_editup(const std::string& textbase, TessdataManager* init_classifier, TessdataManager *init_dict); void program_editdown(int32_t elasped_time); int end_recog();