diff options
Diffstat (limited to 'src/T2DLL/CPluginInfoComparator.h')
-rw-r--r-- | src/T2DLL/CPluginInfoComparator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CPluginInfoComparator.h b/src/T2DLL/CPluginInfoComparator.h index e2408de..c37f6ba 100644 --- a/src/T2DLL/CPluginInfoComparator.h +++ b/src/T2DLL/CPluginInfoComparator.h @@ -2,7 +2,7 @@ #include "common.h" #include "LComparator.h" -class DLL_EXPORT CPluginInfoComparator : public LComparator { +class AFX_EXT_CLASS CPluginInfoComparator : public LComparator { public: virtual ~CPluginInfoComparator() { } virtual int Compare(const void* inItemOne, const void* inItemTwo, unsigned int inSizeOne, unsigned int inSizeTwo) const; |