oops, that's not a pointer

This commit is contained in:
Nikolaus Gullotta 2019-06-03 14:07:24 -05:00 committed by Nikolaus Gullotta
parent f91fb4defa
commit edfcd57590
No known key found for this signature in database
GPG key ID: 565F60578092AA31

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