Skip to content

Commit

Permalink
un-fix one of the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismamo1 committed Oct 31, 2018
1 parent 30be5aa commit 439dfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wordrec/findseam.cpp
Expand Up @@ -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 */
Expand Down

0 comments on commit 439dfaa

Please sign in to comment.