Skip to content

Commit 439dfaa

Browse files
committed
un-fix one of the warnings
1 parent 30be5aa commit 439dfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wordrec/findseam.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void Wordrec::choose_best_seam(SeamQueue *seam_queue, const SPLIT *split,
132132
TBOX bbox = blob->bounding_box();
133133
/* Queue loop */
134134
while (!seam_queue->empty()) {
135-
SeamPair seam_pair();
135+
SeamPair seam_pair;
136136
seam_queue->Pop(&seam_pair);
137137
seam = seam_pair.extract_data();
138138
/* Set full priority */

0 commit comments

Comments
 (0)