mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
DemoRunner: Fix c++20 warning
This commit is contained in:
parent
dbd3b4f34b
commit
7b4f71e700
1 changed files with 1 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ public:
|
|||
animationSettings.shouldAnimateSize = false;
|
||||
animationSettings.shouldAnimateAlpha = false;
|
||||
|
||||
animationSettingsComponent.onAnimate = [=]
|
||||
animationSettingsComponent.onAnimate = [&]
|
||||
{
|
||||
animationView1.animate();
|
||||
animationView2.animate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue