mirror of https://github.com/procxx/kepka.git
Fixed build for macOS.
This commit is contained in:
parent
f5e84220eb
commit
35e575c2d7
|
@ -54,7 +54,7 @@ constexpr auto kMegabyte = 1024 * 1024;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] void ChooseFormatBox(
|
void ChooseFormatBox(
|
||||||
not_null<Ui::GenericBox*> box,
|
not_null<Ui::GenericBox*> box,
|
||||||
Output::Format format,
|
Output::Format format,
|
||||||
Fn<void(Output::Format)> done) {
|
Fn<void(Output::Format)> done) {
|
||||||
|
|
Loading…
Reference in New Issue