X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_selection.h;h=6f30c588e24827b932a966569bd334485e1e9245;hb=fd9ba531bb9db001fea5105f0d374923ca9e6db4;hp=f132ea95d8c3655b4505efd3834b1c9caef3e8c0;hpb=3b89d9eaa03406a5e03648f47734211f09b89d62;p=ardour.git diff --git a/gtk2_ardour/automation_selection.h b/gtk2_ardour/automation_selection.h index f132ea95d8..6f30c588e2 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 : std::list > {}; +class AutomationSelection : public std::list > {}; #endif /* __ardour_gtk_automation_selection_h__ */