mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
Stub NyquistEffect::RedirectOutput() so mod_nyq_bench compiles
This function had somehow gone missing in other changes. mod_nyq_bench now compiles loads and runs again. Not tested beyond that.
This commit is contained in:
@@ -150,6 +150,11 @@ NyquistEffect::~NyquistEffect()
|
||||
{
|
||||
}
|
||||
|
||||
void NyquistEffect::RedirectOutput()
|
||||
{
|
||||
wxFAIL_MSG(XO("JKC: This function used to exist. Have a look in SVN and see if you can find it") );
|
||||
}
|
||||
|
||||
// IdentInterface implementation
|
||||
|
||||
wxString NyquistEffect::GetPath()
|
||||
|
||||
Reference in New Issue
Block a user