From 4b2a2f710a4c177da8ee4c87e9ca848cbffc1093 Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 8 May 2015 16:27:32 +0100 Subject: [PATCH] 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. --- src/effects/nyquist/Nyquist.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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()