mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
trivial warning fixes
This commit is contained in:
parent
3fbd781cb8
commit
591e10c4dd
3 changed files with 2 additions and 3 deletions
|
@ -92,7 +92,7 @@ private:
|
|||
void OnPlayerSelect(wxCommandEvent& event);
|
||||
void GetNetSettings(NetSettings& settings);
|
||||
std::string FindCurrentGame();
|
||||
std::string FindGame(const std::string& game);
|
||||
std::string FindGame(const std::string& game) override;
|
||||
|
||||
void OnCopyIP(wxCommandEvent&);
|
||||
void OnChoice(wxCommandEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue