1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

CapabilityInquiryDemo: Formatting

This commit is contained in:
reuk 2024-01-08 13:07:15 +00:00
parent fb14118771
commit 2f09dc0b22
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -4363,8 +4363,8 @@ private:
}
auto devicesState = demo.appState[&Model::App::transient]
[&Model::Transient::devices]
[&Model::ListWithSelection<Model::Device>::items];
[&Model::Transient::devices]
[&Model::ListWithSelection<Model::Device>::items];
auto copiedDevices = *devicesState;
const auto matchingDevice = [&]