mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Fix Mac build
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
#define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0")
|
#define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0")
|
||||||
/* 18n-hint: the name of an Apple audio software protocol */
|
/* 18n-hint: the name of an Apple audio software protocol */
|
||||||
#define AUDIOUNITEFFECTS_FAMILY ComponentInterfaceSymbol{ wxT("AudioUnit"),
|
#define AUDIOUNITEFFECTS_FAMILY \
|
||||||
XO("Audio Unit") }
|
ComponentInterfaceSymbol{ wxT("AudioUnit"), XO("Audio Unit") }
|
||||||
class AudioUnitEffect;
|
class AudioUnitEffect;
|
||||||
|
|
||||||
using AudioUnitEffectArray = std::vector<std::unique_ptr<AudioUnitEffect>>;
|
using AudioUnitEffectArray = std::vector<std::unique_ptr<AudioUnitEffect>>;
|
||||||
|
Reference in New Issue
Block a user