diff --git a/src/wordrec/findseam.cpp b/src/wordrec/findseam.cpp index 653336eb9f..81055392ee 100644 --- a/src/wordrec/findseam.cpp +++ b/src/wordrec/findseam.cpp @@ -132,7 +132,7 @@ void Wordrec::choose_best_seam(SeamQueue *seam_queue, const SPLIT *split, TBOX bbox = blob->bounding_box(); /* Queue loop */ while (!seam_queue->empty()) { - SeamPair seam_pair(); + SeamPair seam_pair; seam_queue->Pop(&seam_pair); seam = seam_pair.extract_data(); /* Set full priority */