mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
NetWindow: Add missing override specifier
This commit is contained in:
parent
d6df861e8e
commit
e2f1b85cf4
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ private:
|
||||||
void OnPlayerSelect(wxCommandEvent& event);
|
void OnPlayerSelect(wxCommandEvent& event);
|
||||||
void GetNetSettings(NetSettings& settings);
|
void GetNetSettings(NetSettings& settings);
|
||||||
std::string FindCurrentGame();
|
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 AddChatMessage(ChatMessageType type, const std::string& msg);
|
||||||
|
|
||||||
void OnCopyIP(wxCommandEvent&);
|
void OnCopyIP(wxCommandEvent&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue