Add keyboard shortcut to tooltip text where possible.
[ardour.git] / gtk2_ardour / point_selection.h
index 342a6505d8ddef14607d871fdc84e7ab5012bd73..1b442d279bd70094a9d9fc90b0d25269a508bb43 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"
 
-struct PointSelection : public std::list<AutomationSelectable> 
+struct PointSelection : public std::list<AutomationSelectable>
 {
 };