From df3a88afd76a054546c3639b2f3aacd9e0696b23 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 25 Aug 2003 07:34:58 +0000 Subject: [PATCH] generic template must not carry linkage clause git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/xti.h b/include/wx/xti.h index 08020c8179..8692028a65 100644 --- a/include/wx/xti.h +++ b/include/wx/xti.h @@ -517,7 +517,7 @@ public: virtual const wxTypeInfo* GetTypeInfo() const = 0 ; } ; -template class WXDLLIMPEXP_BASE wxxVariantDataT : public wxxVariantData +template class wxxVariantDataT : public wxxVariantData { public: wxxVariantDataT(const T& d) : m_data(d) {} -- 2.47.2