mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fwd declaration of Stripable and associated lists
This commit is contained in:
parent
534b2de35b
commit
96faa622ee
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ namespace ARDOUR {
|
|||
class AudioSource;
|
||||
class Route;
|
||||
class Region;
|
||||
class Stripable;
|
||||
class VCA;
|
||||
class AutomationControl;
|
||||
|
||||
|
|
@ -566,7 +567,9 @@ namespace ARDOUR {
|
|||
typedef std::list<framepos_t> AnalysisFeatureList;
|
||||
|
||||
typedef std::list<boost::shared_ptr<Route> > RouteList;
|
||||
typedef std::list<boost::shared_ptr<Stripable> > StripableList;
|
||||
typedef std::list<boost::weak_ptr <Route> > WeakRouteList;
|
||||
typedef std::list<boost::weak_ptr <Stripable> > WeakStripableList;
|
||||
typedef std::list<boost::shared_ptr<AutomationControl> > ControlList;
|
||||
|
||||
typedef std::list<boost::shared_ptr<VCA> > VCAList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue