mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
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:
parent
301d03743c
commit
0b53f44373
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue