Fix operator typo (#4824).
authorCarl Hetherington <carl@carlh.net>
Sat, 7 Apr 2012 02:03:17 +0000 (02:03 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 7 Apr 2012 02:03:17 +0000 (02:03 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11812 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_state.cc

index ae668c87305bbb2fcb2e85c022b594bcd3fa2186..651f365dade2d11c5c319b52bc047b925181563a 100644 (file)
@@ -3054,7 +3054,7 @@ struct null_deleter { void operator()(void const *) const {} };
 void
 Session::remove_controllable (Controllable* c)
 {
-       if (_state_of_the_state | Deletion) {
+       if (_state_of_the_state & Deletion) {
                return;
        }