fix OS X compilation
git-svn-id: svn://localhost/ardour2/branches/3.0@13040 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5e26deeb6c
commit
34c6e03ecf
@ -784,7 +784,7 @@ AUPlugin::set_parameter (uint32_t which, float val)
|
||||
return;
|
||||
}
|
||||
|
||||
if (get_parameter() == val) {
|
||||
if (get_parameter(which) == val) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user