summaryrefslogtreecommitdiff
path: root/gtk2_ardour/hit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/hit.h')
-rw-r--r--gtk2_ardour/hit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/hit.h b/gtk2_ardour/hit.h
index 0a02501606..5a6cef9943 100644
--- a/gtk2_ardour/hit.h
+++ b/gtk2_ardour/hit.h
@@ -33,7 +33,7 @@ public:
typedef Evoral::Note<double> NoteType;
Hit (MidiRegionView& region,
- ArdourCanvas::Group* group,
+ ArdourCanvas::Item* parent,
double size,
const boost::shared_ptr<NoteType> note = boost::shared_ptr<NoteType>(),
bool with_events = true);