diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index e22d7c17b4..336a4df346 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -74,6 +74,7 @@ namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor layering_index; LIBARDOUR_API extern PBD::PropertyDescriptor tags; LIBARDOUR_API extern PBD::PropertyDescriptor contents; // type doesn't matter here + LIBARDOUR_API extern PBD::PropertyDescriptor time_domain; }; class Playlist;