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/T2GuestroomTable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/T2DLL/T2GuestroomTable.h') diff --git a/src/T2DLL/T2GuestroomTable.h b/src/T2DLL/T2GuestroomTable.h index 621cf9d..045cd92 100644 --- a/src/T2DLL/T2GuestroomTable.h +++ b/src/T2DLL/T2GuestroomTable.h @@ -3,7 +3,7 @@ #include "LArray.h" #include "T2VerticalTable.h" -class AFX_EXT_CLASS T2GuestroomTable : T2VerticalTable { +class AFX_CLASS_EXPORT T2GuestroomTable : T2VerticalTable { public: T2GuestroomTable(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette); virtual ~T2GuestroomTable(); @@ -33,7 +33,7 @@ protected: DWORD mClickTime; }; -class AFX_EXT_CLASS T2GuestroomItem { +class AFX_CLASS_EXPORT T2GuestroomItem { public: T2GuestroomItem(T2Tenant* inTenant, int inSaveTenantID, long inRoomNumber); int GetRoomNumber(); -- cgit v1.2.3