Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1449,7 +1449,7 @@ void wxPropertyGridPageState::DoSetPropertyValues( const wxVariantList& list, wx
|
||||
wxPGProperty* foundProp = BaseGetPropertyByName(propName);
|
||||
if ( foundProp )
|
||||
{
|
||||
wxASSERT( wxPGIsVariantType(*current, list) );
|
||||
wxASSERT( current->GetType() == wxPG_VARIANT_TYPE_LIST );
|
||||
|
||||
wxVariantList& list2 = current->GetList();
|
||||
wxVariantList::const_iterator node2;
|
||||
|
Reference in New Issue
Block a user