Version 3.4.3: Fix build with GCC.

This commit is contained in:
John Preston 2022-01-04 00:01:44 +03:00
parent 31b7fe6ba0
commit 5c9c836857
2 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "platform/platform_launcher.h"
#include "platform/platform_specific.h"
#include "platform/linux/linux_desktop_environment.h"
#include "base/platform/base_platform_info.h"
#include "base/platform/base_platform_file_utilities.h"
#include "ui/main_queue_processor.h"

View file

@ -634,7 +634,6 @@ void Filler::addNewMembers() {
&& (!channel || !channel->canAddMembers())) {
return;
}
const auto peer = _peer;
const auto navigation = _controller;
const auto callback = chat
? Fn<void()>([=] { AddChatMembers(navigation, chat); })