summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2016-08-04 22:22:49 +0200
committerGitHub <noreply@github.com>2016-08-04 22:22:49 +0200
commit2af4defaeb7ad6723d7b47f162d07afa2143a789 (patch)
tree9d4d00b4d3fd4ae930106d45f1c9eb301b629115 /Source/Core
parentd6df861e8ebfffd31a7b498ea8e979e48ae143ed (diff)
parente2f1b85cf426e2f50ad4073b110723555bbe3302 (diff)
Merge pull request #4091 from lioncash/override
NetWindow: Add missing override specifier
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/NetPlay/NetWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/NetPlay/NetWindow.h b/Source/Core/DolphinWX/NetPlay/NetWindow.h
index b3cb410440..f6623a8a1c 100644
--- a/Source/Core/DolphinWX/NetPlay/NetWindow.h
+++ b/Source/Core/DolphinWX/NetPlay/NetWindow.h
@@ -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&);