revert unintended change to automation_event.h

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2208 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-08-01 05:05:50 +00:00
parent 301d03743c
commit 0b53f44373

View file

@ -67,7 +67,7 @@ typedef boost::fast_pool_allocator<ControlEvent*,
class AutomationList : public PBD::StatefulDestructible
{
public:
typedef std::list<ControlEvent*> AutomationEventList;
typedef std::list<ControlEvent*,ControlEventAllocator> AutomationEventList;
typedef AutomationEventList::iterator iterator;
typedef AutomationEventList::const_iterator const_iterator;