Skip to content

Commit

Permalink
NoGUI: missing override in PlatformX11
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Mar 23, 2020
1 parent 9ac2805 commit f9c25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinNoGUI/PlatformX11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PlatformX11 : public Platform
void SetTitle(const std::string& string) override;
void MainLoop() override;

WindowSystemInfo GetWindowSystemInfo() const;
WindowSystemInfo GetWindowSystemInfo() const override;

private:
void CloseDisplay();
Expand Down

0 comments on commit f9c25c4

Please sign in to comment.