mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Remove some friends from Effect
This commit is contained in:
@@ -530,15 +530,13 @@ private:
|
|||||||
size_t mBlockSize;
|
size_t mBlockSize;
|
||||||
unsigned mNumChannels;
|
unsigned mNumChannels;
|
||||||
|
|
||||||
|
public:
|
||||||
const static wxString kUserPresetIdent;
|
const static wxString kUserPresetIdent;
|
||||||
const static wxString kFactoryPresetIdent;
|
const static wxString kFactoryPresetIdent;
|
||||||
const static wxString kCurrentSettingsIdent;
|
const static wxString kCurrentSettingsIdent;
|
||||||
const static wxString kFactoryDefaultsIdent;
|
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 EffectUIHost;
|
||||||
friend class EffectPresetsDialog;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME:
|
// FIXME:
|
||||||
|
|||||||
Reference in New Issue
Block a user