From 6bdb3e452486c2666528f6551b18d8613d246df9 Mon Sep 17 00:00:00 2001 From: Bruce Sutherland Date: Sat, 1 Feb 2020 18:20:50 +0900 Subject: [PATCH] File::nonexistent -> File() As recommended in issue #82 for Juce v5.4.5 I haven't personally tested this. --- Source/PluginGui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PluginGui.h b/Source/PluginGui.h index 1419858..9117967 100644 --- a/Source/PluginGui.h +++ b/Source/PluginGui.h @@ -128,8 +128,8 @@ private: AdlibBlasterAudioProcessor* processor; std::array, Hiopl::CHANNELS> channels; TooltipWindow tooltipWindow; - File instrumentLoadDirectory = File::nonexistent; - File instrumentSaveDirectory = File::nonexistent; + File instrumentLoadDirectory = File(); + File instrumentSaveDirectory = File(); //[/UserVariables] //==============================================================================