additional Property type declaration
This commit is contained in:
parent
c9035efb25
commit
69ab030f55
@ -33,6 +33,8 @@ namespace ARDOUR {
|
|||||||
|
|
||||||
namespace Properties {
|
namespace Properties {
|
||||||
LIBARDOUR_API extern PBD::PropertyDescriptor<std::string> name;
|
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;
|
class Session;
|
||||||
|
Loading…
Reference in New Issue
Block a user