X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_selection.h;h=f22d4831e2a5c07b6005c4d26b0cabf357a27b07;hb=dab0dacc66dcc190b4408ba75e3807973582cbd6;hp=05063e144e7b736fe9385d074f79660ce24c594b;hpb=666e0870554705f4fb466fc6b188fe9b4000ca49;p=ardour.git diff --git a/gtk2_ardour/automation_selection.h b/gtk2_ardour/automation_selection.h index 05063e144e..f22d4831e2 100644 --- a/gtk2_ardour/automation_selection.h +++ b/gtk2_ardour/automation_selection.h @@ -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 {}; +struct AutomationSelection : std::list > {}; #endif /* __ardour_gtk_automation_selection_h__ */