From b5abfb53d75534d918f1159168dcac316816a750 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 26 Apr 2017 21:32:45 +0200 Subject: [PATCH] ccstruct: Fix Leptonica data type L_Bmf works for C++ code, but the common form is L_BMF, so use that. Signed-off-by: Stefan Weil --- ccstruct/debugpixa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccstruct/debugpixa.h b/ccstruct/debugpixa.h index 37e6321563..b60aeeebab 100644 --- a/ccstruct/debugpixa.h +++ b/ccstruct/debugpixa.h @@ -44,7 +44,7 @@ class DebugPixa { // The collection of images to put in the PDF. Pixa* pixa_; // The fonts used to draw text captions. - L_Bmf* fonts_; + L_BMF* fonts_; }; } // namespace tesseract