summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 9c92b49ed0..39c06b6dcc 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -27,6 +27,7 @@
#include <istream>
#include <vector>
+#include <boost/shared_ptr.hpp>
#include <inttypes.h>
#include <jack/types.h>
@@ -252,7 +253,7 @@ namespace ARDOUR {
VST
};
- typedef std::vector<AudioSource *> SourceList;
+ typedef std::vector<boost::shared_ptr<AudioSource> > SourceList;
} // namespace ARDOUR