summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-12-30 01:55:41 +1100
committernick_m <mainsbridge@gmail.com>2016-12-30 01:55:41 +1100
commit52275254a7adb9a446c104cc7dcfde82d1792786 (patch)
tree38f4b1fb1d5c3c3b25656b59d5d0a7d5fc5c5310 /gtk2_ardour/ghostregion.h
parente58fda2fa2ca28276384d6033101161e5c6fc4ea (diff)
allow the use of static_cast for MGR ghost events (speeds things up a bit).
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h
index 0259231551..61befbb559 100644
--- a/gtk2_ardour/ghostregion.h
+++ b/gtk2_ardour/ghostregion.h
@@ -86,6 +86,7 @@ public:
NoteBase* event;
ArdourCanvas::Item* item;
+ bool is_hit;
};
MidiGhostRegion(RegionView& rv,