File::nonexistent -> File()
As recommended in issue #82 for Juce v5.4.5 I haven't personally tested this.
This commit is contained in:
parent
afc3752b22
commit
6bdb3e4524
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ private:
|
||||||
AdlibBlasterAudioProcessor* processor;
|
AdlibBlasterAudioProcessor* processor;
|
||||||
std::array<ScopedPointer<TextButton>, Hiopl::CHANNELS> channels;
|
std::array<ScopedPointer<TextButton>, Hiopl::CHANNELS> channels;
|
||||||
TooltipWindow tooltipWindow;
|
TooltipWindow tooltipWindow;
|
||||||
File instrumentLoadDirectory = File::nonexistent;
|
File instrumentLoadDirectory = File();
|
||||||
File instrumentSaveDirectory = File::nonexistent;
|
File instrumentSaveDirectory = File();
|
||||||
//[/UserVariables]
|
//[/UserVariables]
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue