1
0
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:
James Crook
2015-05-08 16:27:32 +01:00
parent 5bc41dec0f
commit 4b2a2f710a

View File

@@ -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()