mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
wxWidgets expects non-const
revert my previous change to these files and instead create a named temporary.
This commit is contained in:
@ -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&);
|
||||
|
Reference in New Issue
Block a user