mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Merge pull request #8700 from howard0su/add_override
NoGUI: missing override in PlatformX11
This commit is contained in:
commit
323bffed01
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
void SetTitle(const std::string& string) override;
|
||||
void MainLoop() override;
|
||||
|
||||
WindowSystemInfo GetWindowSystemInfo() const;
|
||||
WindowSystemInfo GetWindowSystemInfo() const override;
|
||||
|
||||
private:
|
||||
bool OpenFramebuffer();
|
||||
|
|
|
@ -37,7 +37,7 @@ public:
|
|||
void SetTitle(const std::string& string) override;
|
||||
void MainLoop() override;
|
||||
|
||||
WindowSystemInfo GetWindowSystemInfo() const;
|
||||
WindowSystemInfo GetWindowSystemInfo() const override;
|
||||
|
||||
private:
|
||||
void CloseDisplay();
|
||||
|
|
Loading…
Add table
Reference in a new issue