X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed9e243d58be1b9263f8851d6aec5e8406e34dd4..5cbe87b2fa246a6a35bb2107d97b83ce0dd826c6:/include/wx/propgrid/props.h diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index ae426977ed..93f0ed542d 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -538,6 +538,7 @@ public: int childIndex, wxVariant& childValue ) const; virtual void RefreshChildren(); + virtual bool DoSetAttribute( const wxString& name, wxVariant& value ); // GetChoiceSelection needs to overridden since m_choices is // used and value is integer, but it is not index.