mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Version 3.4.3: Fix build with GCC.
This commit is contained in:
parent
31b7fe6ba0
commit
5c9c836857
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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); })
|
||||
|
|
Loading…
Add table
Reference in a new issue