summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-02 00:17:55 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-02 00:17:55 +0000
commit042997e5ed35778c5309b6119ca1dcf8f696c3cc (patch)
treef96471702eeeb27211afe7baf53fd3d3e230fa32 /gtk2_ardour/ghostregion.cc
parent69ed2a3c2784ff5c02b68435bcb0c3f2b80e0b4b (diff)
Cleanups and a few comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@4374 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ghostregion.cc')
-rw-r--r--gtk2_ardour/ghostregion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc
index a332283634..7b92ab815b 100644
--- a/gtk2_ardour/ghostregion.cc
+++ b/gtk2_ardour/ghostregion.cc
@@ -101,7 +101,7 @@ GhostRegion::is_automation_ghost() {
}
AudioGhostRegion::AudioGhostRegion(TimeAxisView& tv, TimeAxisView& source_tv, double initial_unit_pos)
- : GhostRegion(tv.ghost_group, tv, source_tv, initial_unit_pos) {
+ : GhostRegion(tv.ghost_group(), tv, source_tv, initial_unit_pos) {
}
void
@@ -157,7 +157,7 @@ AudioGhostRegion::set_colors ()
* no range controller in these tracks. maybe show the whole range.
*/
MidiGhostRegion::MidiGhostRegion(TimeAxisView& tv, TimeAxisView& source_tv, double initial_unit_pos)
- : GhostRegion(tv.ghost_group, tv, source_tv, initial_unit_pos)
+ : GhostRegion(tv.ghost_group(), tv, source_tv, initial_unit_pos)
{
base_rect->lower_to_bottom();