summaryrefslogtreecommitdiff
path: root/muse2/muse/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/ctrl.h')
-rw-r--r--muse2/muse/ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/ctrl.h b/muse2/muse/ctrl.h
index 307a3783..4d864b9f 100644
--- a/muse2/muse/ctrl.h
+++ b/muse2/muse/ctrl.h
@@ -96,7 +96,7 @@ class CtrlList : public std::map<int, CtrlVal, std::less<int> > {
public:
CtrlList();
CtrlList(int id);
- CtrlList(int id, QString name, double min, double max, bool dontShow=false);
+ CtrlList(int id, QString name, double min, double max, CtrlValueType v, bool dontShow=false);
Mode mode() const { return _mode; }
void setMode(Mode m) { _mode = m; }