From 3c00a7ca2ae34cb65c8d3394d9a012f20c69ee77 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Feb 2010 01:38:20 +0000 Subject: Move ARDOUR::Change into PBD so that Stateful can be aware of what Change a State reflects. Hence allow Stateful to do some of the work of set/get_state in Region. git-svn-id: svn://localhost/ardour2/branches/3.0@6671 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_region_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_region_view.h') diff --git a/gtk2_ardour/automation_region_view.h b/gtk2_ardour/automation_region_view.h index 5219fd7dc6..b4f53b5921 100644 --- a/gtk2_ardour/automation_region_view.h +++ b/gtk2_ardour/automation_region_view.h @@ -66,7 +66,7 @@ public: protected: void create_line(boost::shared_ptr list); bool set_position(nframes64_t pos, void* src, double* ignored); - void region_resized(ARDOUR::Change what_changed); + void region_resized (PBD::Change what_changed); bool canvas_event(GdkEvent* ev); void add_automation_event (GdkEvent* event, nframes_t when, double y); void entered(); -- cgit v1.2.3