summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automation_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/automation_event.h')
-rw-r--r--libs/ardour/ardour/automation_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/automation_event.h b/libs/ardour/ardour/automation_event.h
index 9792e00552..b9c243fa37 100644
--- a/libs/ardour/ardour/automation_event.h
+++ b/libs/ardour/ardour/automation_event.h
@@ -69,6 +69,7 @@ class AutomationList : public PBD::StatefulDestructible
public:
typedef std::list<ControlEvent*,ControlEventAllocator> AutomationEventList;
typedef AutomationEventList::iterator iterator;
+ typedef AutomationEventList::reverse_iterator reverse_iterator;
typedef AutomationEventList::const_iterator const_iterator;
AutomationList (double default_value);