Fixed build for macOS.

This commit is contained in:
23rd 2020-06-01 19:28:19 +03:00
parent f5e84220eb
commit 35e575c2d7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ constexpr auto kMegabyte = 1024 * 1024;
});
}
[[nodiscard]] void ChooseFormatBox(
void ChooseFormatBox(
not_null<Ui::GenericBox*> box,
Output::Format format,
Fn<void(Output::Format)> done) {