OSX build fix

master
Ansariel 2022-07-27 13:07:32 +02:00
parent 7b6e497c13
commit 5bb868ab3d
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ public:
void interruptLanguageTextInput() override;
void spawnWebBrowser(const std::string& escaped_url, bool async) override;
F32 getSystemUISize() override;
/*virtual*/ void openFile(const std::string& file_name);
/*virtual*/ void setTitle(const std::string& title);
void openFile(const std::string& file_name) override;
void setTitle(const std::string& title) override;
static std::vector<std::string> getDisplaysResolutionList();