diff --git a/libs/ardour/ardour/session_object.h b/libs/ardour/ardour/session_object.h index 9850c91bc9..3897115598 100644 --- a/libs/ardour/ardour/session_object.h +++ b/libs/ardour/ardour/session_object.h @@ -33,6 +33,8 @@ namespace ARDOUR { namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor name; + /* this has no inherent connection to SessionObject, but it needs to go * somewhere so .... */ + LIBARDOUR_API extern PBD::PropertyDescriptor time_domain; } class Session;