summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_selection.h')
-rw-r--r--gtk2_ardour/time_selection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/time_selection.h b/gtk2_ardour/time_selection.h
index ba4250ad7f..aaa307400d 100644
--- a/gtk2_ardour/time_selection.h
+++ b/gtk2_ardour/time_selection.h
@@ -22,6 +22,7 @@
#include <list>
#include "ardour/types.h"
+#include "shared_ptrs.h"
namespace ARDOUR {
class RouteGroup;
@@ -41,7 +42,7 @@ struct TimeSelection : public std::list<ARDOUR::AudioRange> {
the group.
*/
- TimeAxisView* track;
+ TimeAxisViewPtr track;
ARDOUR::RouteGroup* group;
ARDOUR::AudioRange& operator[](uint32_t);