Yet another C++11ism
This commit is contained in:
parent
9c2bb240af
commit
e511ee968e
@ -608,7 +608,7 @@ IOButton::maybe_add_bundle_to_menu (boost::shared_ptr<Bundle> b, ARDOUR::BundleL
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Avoid adding duplicates */
|
/* Avoid adding duplicates */
|
||||||
list<boost::shared_ptr<Bundle>>::iterator i = _menu_bundles.begin ();
|
list<boost::shared_ptr<Bundle> >::iterator i = _menu_bundles.begin ();
|
||||||
while (i != _menu_bundles.end () && b->has_same_ports (*i) == false) {
|
while (i != _menu_bundles.end () && b->has_same_ports (*i) == false) {
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user