Fix Mac build

This commit is contained in:
Paul Licameli 2019-03-27 12:57:52 -04:00
parent 9011b562d6
commit e01e1072bc

View File

@ -30,8 +30,8 @@
#define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0")
/* 18n-hint: the name of an Apple audio software protocol */
#define AUDIOUNITEFFECTS_FAMILY ComponentInterfaceSymbol{ wxT("AudioUnit"),
XO("Audio Unit") }
#define AUDIOUNITEFFECTS_FAMILY \
ComponentInterfaceSymbol{ wxT("AudioUnit"), XO("Audio Unit") }
class AudioUnitEffect;
using AudioUnitEffectArray = std::vector<std::unique_ptr<AudioUnitEffect>>;