2
0
Fork 0

File::nonexistent -> File()

As recommended in issue #82 for Juce v5.4.5
I haven't personally tested this.
This commit is contained in:
Bruce Sutherland 2020-02-01 18:20:50 +09:00 committed by GitHub
parent afc3752b22
commit 6bdb3e4524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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]
//============================================================================== //==============================================================================