mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build in Xcode.
This commit is contained in:
@@ -196,8 +196,8 @@ FileLoadResult::FileLoadResult(
|
||||
: taskId(taskId)
|
||||
, id(id)
|
||||
, to(to)
|
||||
, caption(caption)
|
||||
, album(std::move(album)) {
|
||||
, album(std::move(album))
|
||||
, caption(caption) {
|
||||
}
|
||||
|
||||
FileLoadTask::FileLoadTask(
|
||||
|
Reference in New Issue
Block a user