add VU and IEC meter DSP (from jmeters)
[ardour.git] / gtk2_ardour / automation_selection.h
index 05063e144e7b736fe9385d074f79660ce24c594b..6f30c588e24827b932a966569bd334485e1e9245 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*> {};
+class AutomationSelection : public std::list<boost::shared_ptr<ARDOUR::AutomationList> > {};
 
 #endif /* __ardour_gtk_automation_selection_h__ */