add a new PBD::Property for time_domain

Not sure this is in the best place, but it needs to go somewhere
This commit is contained in:
Paul Davis 2020-10-15 19:07:01 -06:00
parent 5b2a435e02
commit ff93c97296
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace Properties {
LIBARDOUR_API extern PBD::PropertyDescriptor<uint64_t> layering_index;
LIBARDOUR_API extern PBD::PropertyDescriptor<std::string> tags;
LIBARDOUR_API extern PBD::PropertyDescriptor<bool> contents; // type doesn't matter here
LIBARDOUR_API extern PBD::PropertyDescriptor<Temporal::TimeDomain> time_domain;
};
class Playlist;