Fix compilation of trial version

This commit is contained in:
David Capello 2020-04-17 18:31:03 -03:00
parent e56cc15326
commit f689c2c48e

View File

@ -837,7 +837,7 @@ void FileOp::operate(IFileOpProgress* progress)
setError(
fmt::format("Save operation is not supported in trial version.\n"
"Go to {} and get the full-version.",
get_app_download_url()));
get_app_download_url()).c_str());
#endif
}