summaryrefslogtreecommitdiff
path: root/src/T2DLL/CFilePluginList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/CFilePluginList.h')
-rw-r--r--src/T2DLL/CFilePluginList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CFilePluginList.h b/src/T2DLL/CFilePluginList.h
index a4bc776..3fbbb39 100644
--- a/src/T2DLL/CFilePluginList.h
+++ b/src/T2DLL/CFilePluginList.h
@@ -1,7 +1,7 @@
#pragma once
#include "common.h"
-class DLL_EXPORT CFilePluginList : public CList<CFilePlugin *, CFilePlugin *> {
+class AFX_EXT_CLASS CFilePluginList : public CList<CFilePlugin *, CFilePlugin *> {
public:
CFilePluginList(DWORD pluginType);
virtual ~CFilePluginList();