mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 03:44:26 +00:00
NoGUI: missing override keyword GetWindowSystemInfo
This commit is contained in:
parent
9ac28054df
commit
fb7fbb4a7b
@ -35,7 +35,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:
|
||||||
bool OpenFramebuffer();
|
bool OpenFramebuffer();
|
||||||
|
@ -37,7 +37,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:
|
||||||
void CloseDisplay();
|
void CloseDisplay();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user