Fix more warnings

Needless const and out of order initializer
This commit is contained in:
Marek Roszko
2023-05-29 23:01:58 -04:00
parent 8381677f20
commit 6e468c5ce9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 )