13
0

fix OS X compilation

git-svn-id: svn://localhost/ardour2/branches/3.0@13040 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-07-14 15:02:13 +00:00
parent 5e26deeb6c
commit 34c6e03ecf

View File

@ -784,7 +784,7 @@ AUPlugin::set_parameter (uint32_t which, float val)
return;
}
if (get_parameter() == val) {
if (get_parameter(which) == val) {
return;
}