From e2f1b85cf426e2f50ad4073b110723555bbe3302 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 4 Aug 2016 16:19:01 -0400 Subject: [PATCH] NetWindow: Add missing override specifier --- Source/Core/DolphinWX/NetPlay/NetWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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&);