mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
CheatSearchTab: Use a more specific event type for ApplyFocus
This commit is contained in:
parent
59c673aec6
commit
ca2391dd1e
2 changed files with 3 additions and 3 deletions
|
@ -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&);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue