mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Use IdentInterfaceSymbol to identify effect families
This commit is contained in:
@@ -105,12 +105,7 @@ public:
|
||||
|
||||
virtual EffectType GetType() = 0;
|
||||
|
||||
// This string persists in configuration files
|
||||
// So config compatibility will break if it is changed across Audacity versions
|
||||
virtual wxString GetFamilyId() = 0;
|
||||
|
||||
// Returns a user-visible string:
|
||||
virtual wxString GetFamilyName() = 0;
|
||||
virtual IdentInterfaceSymbol GetFamilyId() = 0;
|
||||
|
||||
// These should move to the "EffectClientInterface" class once all
|
||||
// effects have been converted.
|
||||
|
Reference in New Issue
Block a user