X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fhit.cc;h=cb9e479f6a7c6bda78fecb6f44ec613c70fdd1ae;hb=6a52dc321954b3d65ee9840bef08fe3c047d8850;hp=42117f9addb78e0215947545ec8752eced2ae138;hpb=d283608fe9ece413838ddd7f530901e96c5bceda;p=ardour.git diff --git a/gtk2_ardour/hit.cc b/gtk2_ardour/hit.cc index 42117f9add..cb9e479f6a 100644 --- a/gtk2_ardour/hit.cc +++ b/gtk2_ardour/hit.cc @@ -27,7 +27,7 @@ using namespace ARDOUR; using namespace ArdourCanvas; -Hit::Hit (MidiRegionView& region, Item* parent, double size, const boost::shared_ptr note, bool with_events) +Hit::Hit (MidiRegionView& region, Item* parent, double size, const boost::shared_ptr note, bool with_events) : NoteBase (region, with_events, note) { _polygon = new ArdourCanvas::Polygon (parent);