summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index b5853d38b4..08ed54c5c7 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -3614,7 +3614,7 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
}
/* speed up session deletion, don't do the solo dance */
- if (0 == _state_of_the_state & Deletion) {
+ if (0 == (_state_of_the_state & Deletion)) {
(*iter)->solo_control()->set_value (0.0, Controllable::NoGroup);
}