Update automated Plugin Controlls when seeking and not rolling
[ardour.git] / gtk2_ardour / point_selection.h
index d0ad08e602c91146d716a0b76cc7656677655ad3..608a499229152b819caaddab68c764cba24f75ed 100644 (file)
@@ -1,11 +1,30 @@
+/*
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
 #ifndef __ardour_gtk_point_selection_h__
 #define __ardour_gtk_point_selection_h__
 
 #include <list>
 
-#include "automation_selectable.h"
+class ControlPoint;
 
-struct PointSelection : public std::list<AutomationSelectable> 
+class PointSelection : public std::list<ControlPoint *>
 {
 };