diff --git a/src/effects/nyquist/Nyquist.cpp b/src/effects/nyquist/Nyquist.cpp index d4e0f4c22..713a6a43f 100644 --- a/src/effects/nyquist/Nyquist.cpp +++ b/src/effects/nyquist/Nyquist.cpp @@ -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()