From 883eeb8cf2c717bc0fd121882b484897742f7f28 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Dec 2008 17:46:28 +0000 Subject: Implement #826: edit-click on automation points allows value edit. git-svn-id: svn://localhost/ardour2/branches/3.0@4329 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/region_view.h') diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h index 987b2d66a9..b9258396d9 100644 --- a/gtk2_ardour/region_view.h +++ b/gtk2_ardour/region_view.h @@ -130,7 +130,7 @@ class RegionView : public TimeAxisViewItem RegionEditor* editor; - vector control_points; + std::vector control_points; double current_visible_sync_position; bool valid; ///< see StreamView::redisplay_diskstream() @@ -142,7 +142,7 @@ class RegionView : public TimeAxisViewItem bool wait_for_data; sigc::connection data_ready_connection; - vector ghosts; + std::vector ghosts; typedef std::map > AutomationChildren; AutomationChildren _automation_children; -- cgit v1.2.3