summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-hit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/canvas-hit.h')
-rw-r--r--gtk2_ardour/canvas-hit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/canvas-hit.h b/gtk2_ardour/canvas-hit.h
index e77ef37380..fa90075a0c 100644
--- a/gtk2_ardour/canvas-hit.h
+++ b/gtk2_ardour/canvas-hit.h
@@ -33,7 +33,7 @@ public:
MidiRegionView& region,
Group& group,
double size,
- const boost::shared_ptr<ARDOUR::Note> note = boost::shared_ptr<ARDOUR::Note>())
+ const boost::shared_ptr<Evoral::Note> note = boost::shared_ptr<Evoral::Note>())
: Diamond(group, size), CanvasNoteEvent(region, this, note)
{