mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
oops, that's not a pointer
This commit is contained in:
parent
f91fb4defa
commit
edfcd57590
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ bool MixerSnapshot::has_specials()
|
|||
}
|
||||
|
||||
for(vector<State>::const_iterator it = route_states.begin(); it != route_states.end(); it++) {
|
||||
if((*it)->name == "Monitor") {
|
||||
if((*it).name == "Monitor") {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue