Fix LNK4217 linker warnings on Windows

This commit is contained in:
rdb 2016-06-29 19:08:05 +02:00
parent a906f34eee
commit b3bb19180e

View File

@ -31,7 +31,7 @@ public:
* extended should create a specialization of this class template.
*/
template<class T>
class EXPCL_INTERROGATEDB Extension : public ExtensionBase<T> {
class Extension : public ExtensionBase<T> {
};
/**