From 76a463fa774bcd981de21a6bdb4772b69497ae9f Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Mon, 20 Jul 2020 15:23:54 +0200 Subject: [PATCH] Typo. --- src/FaustEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FaustEngine.cpp b/src/FaustEngine.cpp index 4242a8f..d6a6240 100644 --- a/src/FaustEngine.cpp +++ b/src/FaustEngine.cpp @@ -37,7 +37,7 @@ using namespace std; extern rack::Plugin* pluginInstance; -// UI handler for switches, knobs and leds +// UI handler for switches, knobs and lights struct RackUI : public GenericUI { typedef function updateFunction;