From 808d4accfd16b615b0f6e313c64fa52a5a80ce58 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 23 Jan 2020 14:48:21 -0500 Subject: [PATCH] Remove some friends from Effect --- src/effects/Effect.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/effects/Effect.h b/src/effects/Effect.h index 7d0342ab5..bf243c5e3 100644 --- a/src/effects/Effect.h +++ b/src/effects/Effect.h @@ -530,15 +530,13 @@ private: size_t mBlockSize; unsigned mNumChannels; +public: const static wxString kUserPresetIdent; const static wxString kFactoryPresetIdent; const static wxString kCurrentSettingsIdent; const static wxString kFactoryDefaultsIdent; - friend class EffectManager;// so it can call PromptUser in support of batch commands. - friend class EffectRack; friend class EffectUIHost; - friend class EffectPresetsDialog; }; // FIXME: