mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some compiler warnings
This commit is contained in:
parent
869a9fd994
commit
de13b83ed2
3 changed files with 3 additions and 7 deletions
|
|
@ -877,7 +877,7 @@ public:
|
|||
visualiserComp (colourPicker)
|
||||
{
|
||||
#ifndef JUCE_DEMO_RUNNER
|
||||
audioDeviceManager.initialise (0, 2, 0, true, {}, 0);
|
||||
audioDeviceManager.initialise (0, 2, nullptr, true, {}, nullptr);
|
||||
#endif
|
||||
|
||||
audioDeviceManager.addMidiInputDeviceCallback ({}, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue