X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpoint_selection.h;h=608a499229152b819caaddab68c764cba24f75ed;hb=e36f74e071d4c14862d23da5ff0d49df0940d536;hp=342a6505d8ddef14607d871fdc84e7ab5012bd73;hpb=2e8f80e37a7d20deb3f138cd72c26f8c6de9d1ab;p=ardour.git diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h index 342a6505d8..608a499229 100644 --- a/gtk2_ardour/point_selection.h +++ b/gtk2_ardour/point_selection.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,9 +22,9 @@ #include -#include "automation_selectable.h" +class ControlPoint; -struct PointSelection : public std::list +class PointSelection : public std::list { };