Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flagged by `-Wshadow`. ``` cbSet::const_iterator it std::vector<std::shared_ptr<CallbackRegistry> >::const_iterator it ``` two iterators with the same name in nearby scopes makes it a bit harder to decide which is which. Simply renamed the first one for clarity.
- Loading branch information