summaryrefslogtreecommitdiff
path: root/plugins/ZamNoise/ZamNoisePlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamNoise/ZamNoisePlugin.cpp')
-rw-r--r--plugins/ZamNoise/ZamNoisePlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZamNoise/ZamNoisePlugin.cpp b/plugins/ZamNoise/ZamNoisePlugin.cpp
index 9b3beaa..32a716f 100644
--- a/plugins/ZamNoise/ZamNoisePlugin.cpp
+++ b/plugins/ZamNoise/ZamNoisePlugin.cpp
@@ -49,7 +49,7 @@ void ZamNoisePlugin::initParameter(uint32_t index, Parameter& parameter)
switch (index)
{
case paramNoiseToggle:
- parameter.hints = kParameterIsAutomable | kParameterIsBoolean;
+ parameter.hints = kParameterIsAutomatable | kParameterIsBoolean;
parameter.name = "Noise Capture";
parameter.symbol = "noisecapture";
parameter.unit = "";