Skip to content

Commit d855de5

Browse files
committed
Update juce
1 parent ce436e4 commit d855de5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/juce

Submodule juce updated 319 files

plugin/Source/Editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Editor::Editor (WavetableAudioProcessor& proc_)
2828
return true;
2929
return false;
3030
};
31-
fx.onOrderChanged = [this]
31+
fx.onOrderChanged = [this] (int, int)
3232
{
3333
proc.fxParams.fx1->setUserValue (fx.getChildComponent(0)->getProperties()["fxId"]);
3434
proc.fxParams.fx2->setUserValue (fx.getChildComponent(1)->getProperties()["fxId"]);

0 commit comments

Comments
 (0)