Skip to content

Commit b5abfb5

Browse files
committed
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 <[email protected]>
1 parent 50f92c8 commit b5abfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccstruct/debugpixa.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class DebugPixa {
4444
// The collection of images to put in the PDF.
4545
Pixa* pixa_;
4646
// The fonts used to draw text captions.
47-
L_Bmf* fonts_;
47+
L_BMF* fonts_;
4848
};
4949

5050
} // namespace tesseract

0 commit comments

Comments
 (0)