aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaDubDelay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaDubDelay.cpp')
-rw-r--r--src/mdaDubDelay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaDubDelay.cpp b/src/mdaDubDelay.cpp
index 5b2ff07..7bfe8b8 100644
--- a/src/mdaDubDelay.cpp
+++ b/src/mdaDubDelay.cpp
@@ -29,7 +29,7 @@ mdaDubDelay::mdaDubDelay(audioMasterCallback audioMaster) : AudioEffectX(audioMa
setNumInputs(2);
setNumOutputs(2);
- setUniqueID("mdaß"); //identify here
+ setUniqueID("mdaDubDelay"); //identify here
DECLARE_LVZ_DEPRECATED(canMono) ();
canProcessReplacing();
strcpy(programName, "Dub Feedback Delay");