diff options
Diffstat (limited to 'src/T2DLL/CObjectList.h')
-rw-r--r-- | src/T2DLL/CObjectList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CObjectList.h b/src/T2DLL/CObjectList.h index ed66dd1..0ea922b 100644 --- a/src/T2DLL/CObjectList.h +++ b/src/T2DLL/CObjectList.h @@ -2,7 +2,7 @@ #include "common.h" #include "LArray.h" -class DLL_EXPORT CObjectList : public LArray { +class AFX_EXT_CLASS CObjectList : public LArray { public: CObjectList(); virtual ~CObjectList(); |