mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-06 01:07:49 +08:00
Fix CID 1164624 (Uninitialized members)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
4c987baa58
commit
44a226088c
@ -413,7 +413,7 @@ class TabVector : public ELIST2_LINK {
|
|||||||
// True if a separator line intersects at least 2 other lines.
|
// True if a separator line intersects at least 2 other lines.
|
||||||
bool intersects_other_lines_ = false;
|
bool intersects_other_lines_ = false;
|
||||||
// The type of this TabVector.
|
// The type of this TabVector.
|
||||||
TabAlignment alignment_;
|
TabAlignment alignment_ = TA_LEFT_ALIGNED;
|
||||||
// The list of boxes whose edges are aligned at this TabVector.
|
// The list of boxes whose edges are aligned at this TabVector.
|
||||||
BLOBNBOX_CLIST boxes_;
|
BLOBNBOX_CLIST boxes_;
|
||||||
// List of TabVectors that have a connection with this via a text line.
|
// List of TabVectors that have a connection with this via a text line.
|
||||||
|
Loading…
Reference in New Issue
Block a user