diff options
Diffstat (limited to 'src/T2DLL/CTokenizer.h')
-rw-r--r-- | src/T2DLL/CTokenizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CTokenizer.h b/src/T2DLL/CTokenizer.h index 3ad28a5..fe4475f 100644 --- a/src/T2DLL/CTokenizer.h +++ b/src/T2DLL/CTokenizer.h @@ -1,7 +1,7 @@ #pragma once #include "common.h" -class DLL_EXPORT CTokenizer { +class AFX_EXT_CLASS CTokenizer { public: CTokenizer(char *str, const char *newLineChars = NULL, const char *spaceChars = NULL); virtual ~CTokenizer(); |