From c0c336500955a23e344651e5412c9d9d441ef4ee Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 28 Jun 2023 22:22:32 +0100 Subject: first pass of T2DLL --- src/T2DLL/T2TemplatePlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/T2DLL/T2TemplatePlugin.cpp') diff --git a/src/T2DLL/T2TemplatePlugin.cpp b/src/T2DLL/T2TemplatePlugin.cpp index 4810b87..b446eeb 100644 --- a/src/T2DLL/T2TemplatePlugin.cpp +++ b/src/T2DLL/T2TemplatePlugin.cpp @@ -9,7 +9,7 @@ T2TemplatePlugin::T2TemplatePlugin(DWORD type, T2PluginSpecifier& specifier, CRe /*virtual*/ T2TemplatePlugin::~T2TemplatePlugin() { } -/*virtual*/ int T2TemplatePlugin::InitObject(T2Object*) { +/*virtual*/ BOOL T2TemplatePlugin::InitObject(T2Object*) { return true; } -- cgit v1.2.3