Merge pull request #848 from stweil/lept

ccstruct: Fix Leptonica data type
This commit is contained in:
zdenop 2017-04-27 09:01:43 +02:00 committed by GitHub
commit 394162e120

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