Update PluginGui.h
Fixed to compile in Windows and Linux systems.
This commit is contained in:
parent
c98bcba6d8
commit
7ff8a82a6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue