Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing...
[ardour.git] / gtk2_ardour / automation_selection.h
index 05063e144e7b736fe9385d074f79660ce24c594b..f22d4831e2a5c07b6005c4d26b0cabf357a27b07 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
@@ -26,6 +26,6 @@ namespace ARDOUR {
        class AutomationList;
 }
 
-struct AutomationSelection : list<ARDOUR::AutomationList*> {};
+struct AutomationSelection : std::list<boost::shared_ptr<ARDOUR::AutomationList> > {};
 
 #endif /* __ardour_gtk_automation_selection_h__ */