NetWindow: Add missing override specifier

This commit is contained in:
Lioncash 2016-08-04 16:19:01 -04:00
parent d6df861e8e
commit e2f1b85cf4

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