Make changes to route processors set the session dirty (part of #3997).

git-svn-id: svn://localhost/ardour2/branches/3.0@9401 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-04-21 15:53:53 +00:00
parent eaa916f480
commit 43be246a6a

View File

@ -1469,6 +1469,8 @@ Session::route_processors_changed (RouteProcessorChange c)
update_latency_compensation ();
resort_routes ();
set_dirty ();
}
void