mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
add a missing class-key
This commit is contained in:
parent
b83ea5bd49
commit
cd609fb9d8
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ CLASSKEYS(std::vector<boost::shared_ptr<ARDOUR::Processor> >);
|
|||
CLASSKEYS(std::vector<boost::shared_ptr<ARDOUR::Source> >);
|
||||
|
||||
CLASSKEYS(std::list<ArdourMarker*>);
|
||||
CLASSKEYS(std::list<TimeAxisView*>);
|
||||
CLASSKEYS(std::list<ARDOUR::AudioRange>);
|
||||
CLASSKEYS(std::list<boost::shared_ptr<ARDOUR::Port> >);
|
||||
CLASSKEYS(std::list<boost::shared_ptr<ARDOUR::Region> >);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue