mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ AUPlugin::set_parameter (uint32_t which, float val)
|
|||
return;
|
||||
}
|
||||
|
||||
if (get_parameter() == val) {
|
||||
if (get_parameter(which) == val) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue