mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added references to structured bindings since Apple clang supports them.
This commit is contained in:
@@ -1121,7 +1121,7 @@ void LanguageBox::prepare() {
|
||||
|
||||
using namespace rpl::mappers;
|
||||
|
||||
const auto [recent, official] = PrepareLists();
|
||||
const auto &[recent, official] = PrepareLists();
|
||||
const auto inner = setInnerWidget(
|
||||
object_ptr<Content>(this, recent, official),
|
||||
st::boxScroll,
|
||||
|
Reference in New Issue
Block a user