Merge pull request #4091 from lioncash/override

NetWindow: Add missing override specifier
This commit is contained in:
Pierre Bourdon 2016-08-04 22:22:49 +02:00 committed by GitHub
commit 2af4defaeb
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,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 AddChatMessage(ChatMessageType type, const std::string& msg);
void OnCopyIP(wxCommandEvent&);