Use ctor-initializer rather than assignment for non-POD class members
This commit is contained in:
@@ -2710,8 +2710,8 @@ wxArrayStringProperty::wxArrayStringProperty( const wxString& label,
|
||||
const wxString& name,
|
||||
const wxArrayString& array )
|
||||
: wxPGProperty(label,name)
|
||||
, m_delimiter(',')
|
||||
{
|
||||
m_delimiter = ',';
|
||||
SetValue( array );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user