summaryrefslogtreecommitdiff
path: root/libs/ardour/session_time.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-09-20 09:38:09 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-09-20 09:38:17 -0600
commit30a1cffcdc014e0b7a9322e50b8ca768e5c226d1 (patch)
treeb6ff8e1b9d3a66c2f7cde7669cac701413454b0e /libs/ardour/session_time.cc
parent6b12264d40d8a4275f152414c9cb33a6d8f7ea2f (diff)
rename TransportFSM::FSMEvent to TransportFSM::Event (c/o the Department of Redundancy Department)
Diffstat (limited to 'libs/ardour/session_time.cc')
-rw-r--r--libs/ardour/session_time.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc
index 185a86bf4c..e68c4766a9 100644
--- a/libs/ardour/session_time.cc
+++ b/libs/ardour/session_time.cc
@@ -43,7 +43,7 @@ using namespace std;
using namespace ARDOUR;
using namespace PBD;
-#define TFSM_EVENT(evtype) { _transport_fsm->enqueue (new TransportFSM::FSMEvent (evtype)); }
+#define TFSM_EVENT(evtype) { _transport_fsm->enqueue (new TransportFSM::Event (evtype)); }
/* BBT TIME*/