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/T2OptionPlugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/T2DLL/T2OptionPlugin.h') diff --git a/src/T2DLL/T2OptionPlugin.h b/src/T2DLL/T2OptionPlugin.h index d02fc29..20fb965 100644 --- a/src/T2DLL/T2OptionPlugin.h +++ b/src/T2DLL/T2OptionPlugin.h @@ -2,9 +2,11 @@ #include "common.h" #include "T2PluginSpecifier.h" -class AFX_EXT_CLASS T2OptionPlugin { +class AFX_CLASS_EXPORT T2OptionPlugin { // a proper definition for this will have to wait // as nothing seems to actually use this subsystem... +protected: + T2OptionPlugin(); public: virtual ~T2OptionPlugin(); virtual CString GetName() const { return "OPTION"; } -- cgit v1.2.3