From 61afcb8e2bb7cfa8b1fb8bd2f56c4700679b79c7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 Sep 2019 22:33:43 -0600 Subject: replace boost::msm - based FSM for transport with one written in "plain C++" Still need to use boost::intrusive to managed qeued/deferred containers --- libs/ardour/ardour/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 337b88a8e8..70b5bc4896 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1447,7 +1447,7 @@ private: Butler* _butler; - boost::shared_ptr _transport_fsm; + TransportFSM* _transport_fsm; static const PostTransportWork ProcessCannotProceedMask = PostTransportWork ( -- cgit v1.2.3