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