2
0
Fork 0

Update PluginGui.h

Fixed to compile in Windows and Linux systems.
This commit is contained in:
George Reales 2020-05-14 09:55:53 +02:00
parent c98bcba6d8
commit 7ff8a82a6f
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ private:
AdlibBlasterAudioProcessor* processor;
std::array<ScopedPointer<TextButton>, 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