Skip to content

Commit

Permalink
change to const char* as suggested by @stweil
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Feb 10, 2019
1 parent 0f42fd8 commit b51c1bf
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 @@ -252,7 +252,7 @@ class TESS_API TessUnlvRenderer : public TessResultRenderer {
*/
class TESS_API TessLSTMBOXRenderer : public TessResultRenderer {
public:
explicit TessLSTMBOXRenderer(const char *outputbase);
explicit TessLSTMBOXRenderer(const char* outputbase);

protected:
virtual bool AddImageHandler(TessBaseAPI* api);
Expand Down

0 comments on commit b51c1bf

Please sign in to comment.