mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
CheatSearchTab: Use a more specific event type for ApplyFocus
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
class wxButton;
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
class wxEvent;
|
||||
class wxFocusEvent;
|
||||
class wxListBox;
|
||||
class wxRadioBox;
|
||||
class wxRadioButton;
|
||||
@ -57,5 +57,5 @@ private:
|
||||
void StartNewSearch(wxCommandEvent& event);
|
||||
void FilterCheatSearchResults(wxCommandEvent& event);
|
||||
void CreateARCode(wxCommandEvent&);
|
||||
void ApplyFocus(wxEvent&);
|
||||
void ApplyFocus(wxFocusEvent&);
|
||||
};
|
||||
|
Reference in New Issue
Block a user