diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2DlgItemVScr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2DlgItemVScr.h b/src/T2DLL/T2DlgItemVScr.h index 564aec6..9d98c15 100644 --- a/src/T2DLL/T2DlgItemVScr.h +++ b/src/T2DLL/T2DlgItemVScr.h @@ -2,7 +2,7 @@ #include "common.h" #include "T2DlgItemScr.h" -class AFX_EXT_CLASS T2DlgItemVScr : public T2DlgItemScr { +class AFX_CLASS_EXPORT T2DlgItemVScr : public T2DlgItemScr { public: T2DlgItemVScr(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette); protected: |