Skip to content

Commit

Permalink
Merge pull request #1569 from noahmetzger/winfix
Browse files Browse the repository at this point in the history
Added downward compatibility for older APIs
  • Loading branch information
zdenop authored May 8, 2018
2 parents 8a7f3a9 + 43d47f3 commit 45a6546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class TESS_API TessPDFRenderer : public TessResultRenderer {
public:
// datadir is the location of the TESSDATA. We need it because
// we load a custom PDF font from this location.
TessPDFRenderer(const char* outputbase, const char* datadir, bool textonly);
TessPDFRenderer(const char* outputbase, const char* datadir, bool textonly = false);

protected:
virtual bool BeginDocumentHandler();
Expand Down

0 comments on commit 45a6546

Please sign in to comment.