2
0
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:
23rd
2024-01-09 20:32:18 +03:00
committed by John Preston
parent 6516c7aef3
commit a1369aaad0
33 changed files with 58 additions and 58 deletions

View File

@@ -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,