added option for underlay opacity change
adjusted interface [removed invalid const]
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
virtual ParamValue getParamValue(const int idx) const = 0;
|
||||
|
||||
/** set the idx-th param's value */
|
||||
virtual void setParamValue(const int idx, const ParamValue& val) const = 0;
|
||||
virtual void setParamValue(const int idx, const ParamValue& val) = 0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user