summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-01 05:05:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-01 05:05:50 +0000
commit0b53f44373804f85151a51186b4c222dd5ee244f (patch)
tree92c8d5b1e0175fc5600873b435fa93c9d38cca97
parent301d03743c5c1cef5cf9c36bc97729e1e888df07 (diff)
revert unintended change to automation_event.h
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2208 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/ardour/automation_event.h2
1 files changed, 1 insertions, 1 deletions
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<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;