Fix more warnings
Needless const and out of order initializer
This commit is contained in:
@@ -43,8 +43,8 @@ DIALOG_PLUGIN_OPTIONS::DIALOG_PLUGIN_OPTIONS( wxWindow* aParent,
|
||||
const wxString& aFormattedOptions,
|
||||
wxString* aResult ) :
|
||||
DIALOG_PLUGIN_OPTIONS_BASE( aParent ),
|
||||
m_choices( aPluginOptions ),
|
||||
m_callers_options( aFormattedOptions ),
|
||||
m_choices( aPluginOptions ),
|
||||
m_result( aResult ),
|
||||
m_initial_help( INITIAL_HELP ),
|
||||
m_grid_widths_dirty( true )
|
||||
|
||||
Reference in New Issue
Block a user