From b3bb19180e4d96863f2ebd070b287f1b5507e178 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 29 Jun 2016 19:08:05 +0200 Subject: [PATCH] Fix LNK4217 linker warnings on Windows --- dtool/src/interrogatedb/extension.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/interrogatedb/extension.h b/dtool/src/interrogatedb/extension.h index 878c997f86..dd995081c1 100644 --- a/dtool/src/interrogatedb/extension.h +++ b/dtool/src/interrogatedb/extension.h @@ -31,7 +31,7 @@ public: * extended should create a specialization of this class template. */ template -class EXPCL_INTERROGATEDB Extension : public ExtensionBase { +class Extension : public ExtensionBase { }; /**