Merge pull request #4091 from lioncash/override
NetWindow: Add missing override specifier
This commit is contained in:
commit
2af4defaeb
|
@ -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&);
|
||||
|
|
Loading…
Reference in New Issue