summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-28 21:31:33 -0500
committerDavid Robillard <d@drobilla.net>2014-12-28 21:31:33 -0500
commitd283608fe9ece413838ddd7f530901e96c5bceda (patch)
treee6642806bcf7b3604e0937aa8a9f37d036e41c15 /gtk2_ardour/ghostregion.h
parent606efb601c15fa966a3b34cbda07b2d05be8c5b0 (diff)
Automation ghost notes for percussive hits.
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h
index 85b6d96ed1..64211669d1 100644
--- a/gtk2_ardour/ghostregion.h
+++ b/gtk2_ardour/ghostregion.h
@@ -77,7 +77,7 @@ public:
virtual ~GhostEvent ();
NoteBase* event;
- ArdourCanvas::Rectangle* rect;
+ ArdourCanvas::Item* item;
};
MidiGhostRegion(TimeAxisView& tv, TimeAxisView& source_tv, double initial_unit_pos);