From 5c6a48b2ff362a70416a6a00fda7d06e0f276f2d Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 02:43:29 +0100 Subject: i am in hell --- src/T2DLL/LArray.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/T2DLL/LArray.h') diff --git a/src/T2DLL/LArray.h b/src/T2DLL/LArray.h index 223e6a2..7d259a5 100644 --- a/src/T2DLL/LArray.h +++ b/src/T2DLL/LArray.h @@ -2,7 +2,7 @@ #include "common.h" #include "LComparator.h" -class AFX_EXT_CLASS LArray { +class AFX_CLASS_EXPORT LArray { public: LArray(); LArray(int size, LComparator* comparator = NULL, BOOL keepSorted = false); @@ -39,7 +39,7 @@ protected: BOOL mKeepSorted; }; -class AFX_EXT_CLASS LArrayIterator { +class AFX_CLASS_EXPORT LArrayIterator { public: LArrayIterator(const LArray& array, int index = 1); LArrayIterator(const LArrayIterator& iter); -- cgit v1.2.3