Fix inconsistent session-check
[ardour.git] / gtk2_ardour / point_selection.h
index 342a6505d8ddef14607d871fdc84e7ab5012bd73..608a499229152b819caaddab68c764cba24f75ed 100644 (file)
@@ -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 <list>
 
-#include "automation_selectable.h"
+class ControlPoint;
 
-struct PointSelection : public std::list<AutomationSelectable> 
+class PointSelection : public std::list<ControlPoint *>
 {
 };