mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
fix DLL build in VC++
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@762 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
d099dba77e
commit
ae85c18d96
@ -66,7 +66,7 @@ enum TessErrorLogCode {
|
||||
#define SUBSUBLOC_TESS 1
|
||||
#define SUBSUBLOC_NN 2
|
||||
|
||||
class DLLSYM ERRCODE { // error handler class
|
||||
class TESS_API ERRCODE { // error handler class
|
||||
const char *message; // error message
|
||||
public:
|
||||
void error( // error print function
|
||||
|
Loading…
Reference in New Issue
Block a user