mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
Merge pull request #848 from stweil/lept
ccstruct: Fix Leptonica data type
This commit is contained in:
commit
394162e120
@ -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