mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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_launcher.h"
|
||||||
#include "platform/platform_specific.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_info.h"
|
||||||
#include "base/platform/base_platform_file_utilities.h"
|
#include "base/platform/base_platform_file_utilities.h"
|
||||||
#include "ui/main_queue_processor.h"
|
#include "ui/main_queue_processor.h"
|
||||||
|
|
|
@ -634,7 +634,6 @@ void Filler::addNewMembers() {
|
||||||
&& (!channel || !channel->canAddMembers())) {
|
&& (!channel || !channel->canAddMembers())) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const auto peer = _peer;
|
|
||||||
const auto navigation = _controller;
|
const auto navigation = _controller;
|
||||||
const auto callback = chat
|
const auto callback = chat
|
||||||
? Fn<void()>([=] { AddChatMembers(navigation, chat); })
|
? Fn<void()>([=] { AddChatMembers(navigation, chat); })
|
||||||
|
|
Loading…
Add table
Reference in a new issue