mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Fix build.
This commit is contained in:
parent
5538c5eace
commit
f7b72bffe2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void SingleChoiceBox(
|
||||||
st::boxPadding.right(),
|
st::boxPadding.right(),
|
||||||
st::boxOptionListSkip));
|
st::boxOptionListSkip));
|
||||||
}
|
}
|
||||||
const auto callback = args.callback.value();
|
const auto callback = args.callback;
|
||||||
group->setChangedCallback([=](int value) {
|
group->setChangedCallback([=](int value) {
|
||||||
const auto weak = Ui::MakeWeak(box);
|
const auto weak = Ui::MakeWeak(box);
|
||||||
callback(value);
|
callback(value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue