wxWidgets expects non-const

revert my previous change to these files and instead create a named temporary.
This commit is contained in:
Phil Christensen
2017-02-15 21:20:29 -08:00
parent 2ed61b0ee1
commit 34b0b1b9d6
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ private:
void LoadGUIValues();
void BindEvents();
void OnISOPathSelectionChanged(const wxCommandEvent&);
void OnISOPathSelectionChanged(wxCommandEvent&);
void OnRecursiveISOCheckBoxChanged(wxCommandEvent&);
void OnAddISOPath(wxCommandEvent&);
void OnRemoveISOPath(wxCommandEvent&);