X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fhit.h;h=f13a0ef27c054032f8440984ca2478ed56c6b72f;hb=57c1b6e261076cae9b61e74aa0aff47a9f296c0f;hp=0a02501606b0830f92749e9c1d790aea0cea14ab;hpb=5399425f534e2d96d07cf29f427bfa0f39d904b7;p=ardour.git diff --git a/gtk2_ardour/hit.h b/gtk2_ardour/hit.h index 0a02501606..f13a0ef27c 100644 --- a/gtk2_ardour/hit.h +++ b/gtk2_ardour/hit.h @@ -30,10 +30,10 @@ namespace ArdourCanvas { class Hit : public NoteBase { public: - typedef Evoral::Note NoteType; + typedef Evoral::Note NoteType; Hit (MidiRegionView& region, - ArdourCanvas::Group* group, + ArdourCanvas::Item* parent, double size, const boost::shared_ptr note = boost::shared_ptr(), bool with_events = true);