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