summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/note.h')
-rw-r--r--gtk2_ardour/note.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/note.h b/gtk2_ardour/note.h
index c6bcd957e3..944dbf1b2e 100644
--- a/gtk2_ardour/note.h
+++ b/gtk2_ardour/note.h
@@ -26,7 +26,7 @@
#include "midi_util.h"
namespace ArdourCanvas {
- class Group;
+ class Layout;
}
class Note : public NoteBase
@@ -35,7 +35,7 @@ public:
typedef Evoral::Note<Evoral::MusicalTime> NoteType;
Note (MidiRegionView& region,
- ArdourCanvas::Group* group,
+ ArdourCanvas::Item* parent,
const boost::shared_ptr<NoteType> note = boost::shared_ptr<NoteType>(),
bool with_events = true);