From a532e7247cfccaf35edbb9b76868ead3cc9b1342 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Oct 2009 00:39:28 +0000 Subject: Move butler methods from Session to Butler. Slay the dragon. A lil' bit. git-svn-id: svn://localhost/ardour2/branches/3.0@5901 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_events.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libs/ardour/session_events.cc') diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc index cf6e9f9c51..716ade0075 100644 --- a/libs/ardour/session_events.cc +++ b/libs/ardour/session_events.cc @@ -26,8 +26,9 @@ #include #include "ardour/ardour.h" -#include "ardour/session.h" #include "ardour/audio_diskstream.h" +#include "ardour/butler.h" +#include "ardour/session.h" #include "i18n.h" @@ -425,7 +426,7 @@ Session::process_event (Event* ev) case Event::InputConfigurationChange: post_transport_work = PostTransportWork (post_transport_work | PostTransportInputChange); - schedule_butler_transport_work (); + _butler->schedule_transport_work (); break; case Event::SetAudioRange: -- cgit v1.2.3