From: Jaakko Salli Date: Sat, 17 Apr 2010 12:03:18 +0000 (+0000) Subject: Removed two instances of 'template<>' - looks like VC6 did not need it after all... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/901abd5953ad228319e918cab9e4e75580114cf8 Removed two instances of 'template<>' - looks like VC6 did not need it after all, but was just really picky about the order of constructors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/any.h b/include/wx/any.h index 91b1abf0f9..125f556f74 100644 --- a/include/wx/any.h +++ b/include/wx/any.h @@ -705,7 +705,6 @@ public: } #if wxUSE_VARIANT - template<> wxAny(const wxVariant& variant) { m_type = wxAnyNullValueType; @@ -917,7 +916,6 @@ public: #if wxUSE_VARIANT // GetAs() wxVariant specialization - template<> bool GetAs(wxVariant* value) const { return wxConvertAnyToVariant(*this, value);