diff --git a/gtk2_ardour/editing_context.h b/gtk2_ardour/editing_context.h index 21917e6ac7..f6a4d38793 100644 --- a/gtk2_ardour/editing_context.h +++ b/gtk2_ardour/editing_context.h @@ -93,7 +93,7 @@ public: struct TempoMapScope { - TempoMapScope (EditingContext& context, std::shared_ptr map) + TempoMapScope (EditingContext& context, std::shared_ptr map) : ec (context) { old_map = ec.start_local_tempo_map (map);