mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
DolphinNoGUI: Make override explicit
This commit is contained in:
@ -26,7 +26,7 @@ public:
|
|||||||
void SetTitle(const std::string& string) override;
|
void SetTitle(const std::string& string) override;
|
||||||
void MainLoop() override;
|
void MainLoop() override;
|
||||||
|
|
||||||
WindowSystemInfo GetWindowSystemInfo() const;
|
WindowSystemInfo GetWindowSystemInfo() const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr TCHAR WINDOW_CLASS_NAME[] = _T("DolphinNoGUI");
|
static constexpr TCHAR WINDOW_CLASS_NAME[] = _T("DolphinNoGUI");
|
||||||
|
Reference in New Issue
Block a user