Clean up plugin preset handling a bit.
[ardour.git] / gtk2_ardour / point_selection.h
index 342a6505d8ddef14607d871fdc84e7ab5012bd73..85acc90ec8fc57eb16e83d3ea191bb85608f9c3b 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
 #define __ardour_gtk_point_selection_h__
 
 #include <list>
+#include <boost/noncopyable.hpp>
 
-#include "automation_selectable.h"
+#include "automation_range.h"
 
-struct PointSelection : public std::list<AutomationSelectable> 
+struct PointSelection : public std::list<AutomationRange>
 {
 };