mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build with GCC.
This commit is contained in:
@@ -364,7 +364,7 @@ void Session::uploadsStopWithConfirmation(Fn<void()> done) {
|
||||
const auto id = _uploader->currentUploadId();
|
||||
const auto exists = !!data().message(id);
|
||||
auto box = Box([=](not_null<Ui::GenericBox*> box) {
|
||||
const auto label = box->addRow(
|
||||
box->addRow(
|
||||
object_ptr<Ui::FlatLabel>(
|
||||
box.get(),
|
||||
tr::lng_upload_sure_stop(),
|
||||
|
Reference in New Issue
Block a user