summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_selection.h')
-rw-r--r--gtk2_ardour/automation_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_selection.h b/gtk2_ardour/automation_selection.h
index 05063e144e..fb19c0b5e0 100644
--- a/gtk2_ardour/automation_selection.h
+++ b/gtk2_ardour/automation_selection.h
@@ -26,6 +26,6 @@ namespace ARDOUR {
class AutomationList;
}
-struct AutomationSelection : list<ARDOUR::AutomationList*> {};
+struct AutomationSelection : list< boost::shared_ptr<ARDOUR::AutomationList> > {};
#endif /* __ardour_gtk_automation_selection_h__ */