From 8737603d93377a52b8f75a03cc1fa913884152c1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Jan 2021 18:29:40 -0700 Subject: [PATCH] libtemporal: add abort_update() API to header --- libs/temporal/temporal/tempo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index 12da8ad9f1..400fdb3a7c 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -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 ... */