libtemporal: add abort_update() API to header

This commit is contained in:
Paul Davis 2021-01-01 18:29:40 -07:00
parent b0725a8ab9
commit 8737603d93

View File

@ -646,6 +646,7 @@ class LIBTEMPORAL_API TempoMap : public PBD::StatefulDestructible
static SharedPtr write_copy() { return _map_mgr.write_copy(); }
static void fetch_writable() { _tempo_map_p = write_copy(); }
static void update (SharedPtr m);
static void abort_update ();
/* and now on with the rest of the show ... */