mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
signed/unsigned comparison
This commit is contained in:
parent
97de33d199
commit
2cc64168d3
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ AUPlugin::AUPlugin (const AUPlugin& other)
|
|||
|
||||
{
|
||||
init ();
|
||||
for (int i = 0; i < descriptors.size(); ++i) {
|
||||
for (size_t i = 0; i < descriptors.size(); ++i) {
|
||||
set_parameter (i, other.get_parameter (i));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue