mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
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 <sw@weilnetz.de>
This commit is contained in:
parent
50f92c8f23
commit
b5abfb53d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user