From 901abd5953ad228319e918cab9e4e75580114cf8 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sat, 17 Apr 2010 12:03:18 +0000 Subject: [PATCH] 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 --- include/wx/any.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.50.0