From 0b53f44373804f85151a51186b4c222dd5ee244f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 1 Aug 2007 05:05:50 +0000 Subject: [PATCH] revert unintended change to automation_event.h git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2208 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/automation_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/automation_event.h b/libs/ardour/ardour/automation_event.h index 9b61224079..9792e00552 100644 --- a/libs/ardour/ardour/automation_event.h +++ b/libs/ardour/ardour/automation_event.h @@ -67,7 +67,7 @@ typedef boost::fast_pool_allocator AutomationEventList; + typedef std::list AutomationEventList; typedef AutomationEventList::iterator iterator; typedef AutomationEventList::const_iterator const_iterator;