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:
parent
fb14118771
commit
2f09dc0b22
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [&]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue