13
0

Fix typo to fix #2936.

git-svn-id: svn://localhost/ardour2/branches/3.0@6182 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-26 01:13:15 +00:00
parent eb5ca30817
commit 8cfc9679af

View File

@ -3785,7 +3785,7 @@ Session::remove_processor (Processor* processor)
} else if ((send = dynamic_cast<Send *> (processor)) != 0) {
send_bitset[send->bit_slot()] = false;
} else if ((retrn = dynamic_cast<Return *> (processor)) != 0) {
return_bitset[send->bit_slot()] = false;
return_bitset[retrn->bit_slot()] = false;
}
set_dirty();