Skip to content

Commit

Permalink
Fix autotoools build with --disable-legacy
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jan 3, 2021
1 parent 6d3f64f commit bb6dbd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/training/common/commontraining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ STRING_PARAM_FLAG(test_ch, "", "UTF8 test character string");
STRING_PARAM_FLAG(fonts_dir, "", "If empty it uses system default. Otherwise it overrides system default font location");
STRING_PARAM_FLAG(fontconfig_tmpdir, "/tmp", "Overrides fontconfig default temporary dir");

using namespace tesseract;

/**
* This routine parses the command line arguments that were
* passed to the program and uses them to set relevant
Expand Down

0 comments on commit bb6dbd2

Please sign in to comment.