generic template must not carry linkage clause

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-25 07:34:58 +00:00
parent 0c6b008469
commit df3a88afd7

View File

@@ -517,7 +517,7 @@ public:
virtual const wxTypeInfo* GetTypeInfo() const = 0 ;
} ;
template<typename T> class WXDLLIMPEXP_BASE wxxVariantDataT : public wxxVariantData
template<typename T> class wxxVariantDataT : public wxxVariantData
{
public:
wxxVariantDataT(const T& d) : m_data(d) {}