From 8c861914c8719086a774affaadd43408f728031f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 18 May 2023 00:47:25 +0200 Subject: [PATCH] Fix copy/edit in 4cdcdb9ee7 --- libs/ardour/enums.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc index f0dcbd1379..c9e175233f 100644 --- a/libs/ardour/enums.cc +++ b/libs/ardour/enums.cc @@ -577,7 +577,7 @@ setup_enum_writer () REGISTER_ENUM(SectionSelectClear); REGISTER_ENUM(SectionSelectRetain); REGISTER_ENUM(SectionSelectRetainAndMovePlayhead); - REGISTER (_RangeSelectionAfterSplit); + REGISTER (_TimeSelectionAfterSectionPaste); REGISTER_CLASS_ENUM (DiskIOProcessor, Recordable); REGISTER_CLASS_ENUM (DiskIOProcessor, Hidden);