mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Replace mapbox variant with std::variant.
This commit is contained in:
@@ -446,7 +446,7 @@ int BackgroundBox::Inner::getSelectionIndex(
|
||||
return data.index;
|
||||
}, [](const DeleteSelected &data) {
|
||||
return data.index;
|
||||
}, [](std::nullopt_t) {
|
||||
}, [](v::null_t) {
|
||||
return -1;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user