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:
Stefan Weil 2017-04-26 21:32:45 +02:00
parent 50f92c8f23
commit b5abfb53d7

View File

@ -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