diff options
Diffstat (limited to 'src/T2DLL/T2ObjectArray.h')
-rw-r--r-- | src/T2DLL/T2ObjectArray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2ObjectArray.h b/src/T2DLL/T2ObjectArray.h index 5c422da..1d7a6fb 100644 --- a/src/T2DLL/T2ObjectArray.h +++ b/src/T2DLL/T2ObjectArray.h @@ -1,7 +1,7 @@ #pragma once #include "common.h" -class DLL_EXPORT T2ObjectArray { +class AFX_EXT_CLASS T2ObjectArray { public: T2ObjectArray(unsigned int startID = 1); virtual ~T2ObjectArray(); |