summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-02-10 01:38:20 +0000
committerCarl Hetherington <carl@carlh.net>2010-02-10 01:38:20 +0000
commit3c00a7ca2ae34cb65c8d3394d9a012f20c69ee77 (patch)
tree54257f7655152fab7fbe97a75ce24faf15485d49 /gtk2_ardour/region_view.h
parentc9d433d9b3f166e761bfc1b4765cc51b0a521e7d (diff)
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
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 9a663eac02..172405d132 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -75,7 +75,7 @@ class RegionView : public TimeAxisViewItem
virtual void show_region_editor () {}
virtual void hide_region_editor();
- virtual void region_changed (ARDOUR::Change);
+ virtual void region_changed (PBD::Change);
virtual GhostRegion* add_ghost (TimeAxisView&) = 0;
void remove_ghost_in (TimeAxisView&);
@@ -104,7 +104,7 @@ class RegionView : public TimeAxisViewItem
bool recording,
TimeAxisViewItem::Visibility);
- virtual void region_resized (ARDOUR::Change);
+ virtual void region_resized (PBD::Change);
virtual void region_muted ();
void region_locked ();
void region_opacity ();