mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Remove some friends from Effect
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user