summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.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/globals.cc
parent6b12264d40d8a4275f152414c9cb33a6d8f7ea2f (diff)
rename TransportFSM::FSMEvent to TransportFSM::Event (c/o the Department of Redundancy Department)
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 2a47fd9dea..0f8ae9a4f2 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -468,7 +468,7 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
#endif
SessionEvent::init_event_pool ();
- TransportFSM::FSMEvent::init_pool ();
+ TransportFSM::Event::init_pool ();
Operations::make_operations_quarks ();
SessionObject::make_property_quarks ();