DolphinNoGUI: Make override explicit

This commit is contained in:
Dr. Dystopia 2025-04-20 18:29:46 +02:00
parent 2ae928ca79
commit bae0e5f67a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public:
void SetTitle(const std::string& string) override;
void MainLoop() override;
WindowSystemInfo GetWindowSystemInfo() const;
WindowSystemInfo GetWindowSystemInfo() const override;
private:
static constexpr TCHAR WINDOW_CLASS_NAME[] = _T("DolphinNoGUI");