X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fautomation_selection.h;h=6f30c588e24827b932a966569bd334485e1e9245;hb=fd9ba531bb9db001fea5105f0d374923ca9e6db4;hp=f22d4831e2a5c07b6005c4d26b0cabf357a27b07;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/automation_selection.h b/gtk2_ardour/automation_selection.h index f22d4831e2..6f30c588e2 100644 --- a/gtk2_ardour/automation_selection.h +++ b/gtk2_ardour/automation_selection.h @@ -26,6 +26,6 @@ namespace ARDOUR { class AutomationList; } -struct AutomationSelection : std::list > {}; +class AutomationSelection : public std::list > {}; #endif /* __ardour_gtk_automation_selection_h__ */