From 69ab030f5545ee534e4fa892e48357d21d66a265 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 26 Sep 2020 09:14:21 -0600 Subject: [PATCH] additional Property type declaration --- libs/ardour/ardour/session_object.h | 2 ++ 1 file changed, 2 insertions(+) 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;