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
This commit is contained in:
Jaakko Salli
2010-04-17 12:03:18 +00:00
parent 5afecf600d
commit 901abd5953

View File

@@ -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);