Skip to content

Commit

Permalink
Fixed compilation of ConsoleScriptDialogProvider with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Mar 8, 2024
1 parent f70b590 commit ccf948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CLI/ConsoleScriptDialogProvider.h
Expand Up @@ -7,6 +7,6 @@ class ConsoleScriptDialogProvider : public IDialogProvider {
public:
std::string askUserCaptcha(NetworkClient *nm, const std::string& url) override;
std::string inputDialog(const std::string& text, const std::string& defaultValue) override;
std::string ConsoleScriptDialogProvider::messageBox(const std::string& message, const std::string& title, const std::string& buttons, const std::string& type) override;
std::string messageBox(const std::string& message, const std::string& title, const std::string& buttons, const std::string& type) override;
};
#endif

0 comments on commit ccf948c

Please sign in to comment.