Skip to content

Commit

Permalink
LTRResultIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
stweil committed Sep 4, 2018
1 parent b612c2c commit 8317371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ccmain/ltrresultiterator.cpp
Expand Up @@ -37,6 +37,9 @@ LTRResultIterator::LTRResultIterator(PAGE_RES* page_res, Tesseract* tesseract,
paragraph_separator_("\n") {
}

// Destructor.
// It is defined here, so the compiler can create a single vtable
// instead of weak vtables in every compilation unit.
LTRResultIterator::~LTRResultIterator() = default;

// Returns the null terminated UTF-8 encoded text string for the current
Expand Down

0 comments on commit 8317371

Please sign in to comment.