| 221 | } |
| 222 | |
| 223 | bool EffectSettingsAccessTee::IsSameAs( |
| 224 | const EffectSettingsAccess &other) const |
| 225 | { |
| 226 | return mpMain->IsSameAs(other); |
| 227 | } |
| 228 | |
| 229 | EffectUIHost::EffectUIHost(wxWindow *parent, |
| 230 | AudacityProject &project, EffectBase &effect, |
no outgoing calls
no test coverage detected