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