X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpoint_selection.h;h=608a499229152b819caaddab68c764cba24f75ed;hb=6129b3492d3e47f7c027278f795ebb5cbea53cca;hp=0b89f344548b8666693cbf3bc8c2c4db427f06d7;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h index 0b89f34454..608a499229 100644 --- a/gtk2_ardour/point_selection.h +++ b/gtk2_ardour/point_selection.h @@ -22,9 +22,9 @@ #include -#include "automation_selectable.h" +class ControlPoint; -struct PointSelection : public std::list +class PointSelection : public std::list { };