summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h
index 3939c46a4b..9f0442decb 100644
--- a/gtk2_ardour/ghostregion.h
+++ b/gtk2_ardour/ghostregion.h
@@ -52,7 +52,9 @@ public:
guint source_track_color(unsigned char alpha = 0xff);
bool is_automation_ghost();
+ /** TimeAxisView that is the AutomationTimeAxisView that we are on */
TimeAxisView& trackview;
+ /** TimeAxisView that we are a ghost for */
TimeAxisView& source_trackview;
ArdourCanvas::Group* group;
ArdourCanvas::SimpleRect* base_rect;