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:
@@ -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) {}
|
||||
|
Reference in New Issue
Block a user