mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
additional Property type declaration
This commit is contained in:
parent
c9035efb25
commit
69ab030f55
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue