mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Version 4.9: Fix build with GCC.
This commit is contained in:
parent
b1cf6c57b3
commit
2e6abf0bed
2 changed files with 2 additions and 1 deletions
Telegram/SourceFiles
|
@ -291,7 +291,6 @@ void EditPrivacyBox::setupContent() {
|
|||
return Settings::ExceptionUsersCount(exceptions(exception));
|
||||
}));
|
||||
auto text = _controller->exceptionButtonTextKey(exception);
|
||||
const auto always = (exception == Exception::Always);
|
||||
const auto button = content->add(
|
||||
object_ptr<Ui::SlideWrap<Button>>(
|
||||
content,
|
||||
|
|
|
@ -16,6 +16,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include <private/qdrawhelper_p.h>
|
||||
#endif // LIB_FFMPEG_USE_QT_PRIVATE_API
|
||||
|
||||
#include <deque>
|
||||
|
||||
extern "C" {
|
||||
#include <libavutil/opt.h>
|
||||
#if !defined DESKTOP_APP_USE_PACKAGED && !defined Q_OS_WIN && !defined Q_OS_MAC
|
||||
|
|
Loading…
Add table
Reference in a new issue