trivial warning fixes

This commit is contained in:
comex
2016-07-20 01:23:19 -04:00
parent 3fbd781cb8
commit 591e10c4dd
3 changed files with 2 additions and 3 deletions

View File

@ -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);