summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-01 05:05:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-01 05:05:10 +0000
commit301d03743c5c1cef5cf9c36bc97729e1e888df07 (patch)
treea1cfa2c3ce55c8c732498c57be52e4046f58ef09 /libs/ardour/ardour
parentd0d44def1d939a56fb840c03196e41cccb97c311 (diff)
bump to 2.0.5
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2207 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-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 9792e00552..9b61224079 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*,ControlEventAllocator> AutomationEventList;
+ typedef std::list<ControlEvent*> AutomationEventList;
typedef AutomationEventList::iterator iterator;
typedef AutomationEventList::const_iterator const_iterator;