Merge pull request #8700 from howard0su/add_override

NoGUI: missing override in PlatformX11
This commit is contained in:
Connor McLaughlin
2020-03-24 18:34:48 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();