13
0

additional Property type declaration

This commit is contained in:
Paul Davis 2020-09-26 09:14:21 -06:00
parent c9035efb25
commit 69ab030f55

View File

@ -33,6 +33,8 @@ namespace ARDOUR {
namespace Properties {
LIBARDOUR_API extern PBD::PropertyDescriptor<std::string> name;
/* this has no inherent connection to SessionObject, but it needs to go * somewhere so .... */
LIBARDOUR_API extern PBD::PropertyDescriptor<Temporal::TimeDomain> time_domain;
}
class Session;