mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 22:19:07 +02:00
Use proper type alias
This commit is contained in:
parent
0b160faecc
commit
f92b507b8e
@ -31,7 +31,7 @@
|
||||
#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") }
|
||||
EffectFamilySymbol{ wxT("AudioUnit"), XO("Audio Unit") }
|
||||
class AudioUnitEffect;
|
||||
|
||||
using AudioUnitEffectArray = std::vector<std::unique_ptr<AudioUnitEffect>>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user