oops, that's not a pointer

This commit is contained in:
Nikolaus Gullotta 2019-06-03 14:07:24 -05:00
parent cc9efd1070
commit c56a2a835e

View file

@ -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;
}
}