mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
Remove some naked new amd delete in: various
This commit is contained in:
committed by
Paul Licameli
parent
186679b3a6
commit
942c62b6f6
@@ -35,6 +35,7 @@ effects.
|
||||
|
||||
WX_DEFINE_USER_EXPORTED_ARRAY(Effect *, EffectArray, class AUDACITY_DLL_API);
|
||||
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(Effect *, EffectMap, class AUDACITY_DLL_API);
|
||||
WX_DECLARE_STRING_HASH_MAP_WITH_DECL(std::shared_ptr<Effect>, EffectOwnerMap, class AUDACITY_DLL_API);
|
||||
|
||||
#if defined(EXPERIMENTAL_EFFECTS_RACK)
|
||||
class EffectRack;
|
||||
@@ -127,7 +128,7 @@ private:
|
||||
|
||||
private:
|
||||
EffectMap mEffects;
|
||||
EffectMap mHostEffects;
|
||||
EffectOwnerMap mHostEffects;
|
||||
|
||||
int mNumEffects;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user