Skip to content

Commit 015fdcb

Browse files
committed
class and struct are incompatible in MSVC2013 conpiler.
At least as a template parameter.
1 parent d00d833 commit 015fdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classify/intmatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern INT_VAR_H(classify_integer_matcher_multiplier, 10,
3939
#include "cutoffs.h"
4040

4141
namespace tesseract {
42-
class UnicharRating;
42+
struct UnicharRating;
4343
}
4444

4545
struct CP_RESULT_STRUCT {

0 commit comments

Comments
 (0)