From 7ff8a82a6fb2eaed91600a4633c8805b26122c07 Mon Sep 17 00:00:00 2001 From: George Reales Date: Thu, 14 May 2020 09:55:53 +0200 Subject: [PATCH] Update PluginGui.h Fixed to compile in Windows and Linux systems. --- Source/PluginGui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginGui.h b/Source/PluginGui.h index 6822900..0a085f3 100644 --- a/Source/PluginGui.h +++ b/Source/PluginGui.h @@ -128,7 +128,7 @@ private: AdlibBlasterAudioProcessor* processor; std::array, Hiopl::CHANNELS> channels; TooltipWindow tooltipWindow; -#if JUCE_MAC +#if!JUCE_IOS File instrumentLoadDirectory = File::getSpecialLocation(File::userDocumentsDirectory).getChildFile("discoDSP").getChildFile("OPL"); // File(); File instrumentSaveDirectory = File::getSpecialLocation(File::userDocumentsDirectory).getChildFile("discoDSP").getChildFile("OPL"); // File(); #endif