2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

GCC bug workaround.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274
This commit is contained in:
John Preston
2017-09-19 09:09:09 +03:00
parent 766e7dadb1
commit 3fbb643d51
5 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ void StickerSetBox::prepare() {
_inner->setInstalled()
| rpl::start([this](auto &&setId) {
Auth().api().stickerSetInstalled(setId);
closeBox();
this->closeBox();
}, lifetime());
}