summaryrefslogtreecommitdiff
path: root/include/parammode.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-01-22 12:14:25 +0100
committerAttila Molnar <attilamolnar@hush.com>2015-01-22 12:14:25 +0100
commit74d469af3937518f7619a78bc2fe99a4d662deea (patch)
tree56f870978ce2befed64805ce6574261bac9c6ce9 /include/parammode.h
parent38b22990eae47525f4e8064a29e585a89788ee58 (diff)
parent1b957ed3a9d79a0cbc71e79acca82d893b40f8ac (diff)
Merge branch 'master+exttype' into master+no-rtti
Diffstat (limited to 'include/parammode.h')
-rw-r--r--include/parammode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parammode.h b/include/parammode.h
index b0005262e..b00082bd6 100644
--- a/include/parammode.h
+++ b/include/parammode.h
@@ -56,7 +56,7 @@ class ParamMode : public ParamModeBase
*/
ParamMode(Module* Creator, const std::string& Name, char modeletter, ParamSpec ps = PARAM_SETONLY)
: ParamModeBase(Creator, Name, modeletter, ps)
- , ext("parammode_" + Name, Creator)
+ , ext("parammode_" + Name, ExtensionItem::EXT_CHANNEL, Creator)
{
}