X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpatch_change.h;h=a087c2a090a7383c01eb1e55666e99843f78f431;hb=1648b94905c2a03b82083c767064957c3f347908;hp=652f9d66c176adb79e0d75037a44a9d0ae6c89b3;hpb=bebe2af95ad9999fdca719450dc2c70cfb849076;p=ardour.git diff --git a/gtk2_ardour/patch_change.h b/gtk2_ardour/patch_change.h index 652f9d66c1..a087c2a090 100644 --- a/gtk2_ardour/patch_change.h +++ b/gtk2_ardour/patch_change.h @@ -34,13 +34,13 @@ class PatchChange { public: PatchChange( - MidiRegionView& region, - ArdourCanvas::Group* parent, - const string& text, - double height, - double x, - double y, - ARDOUR::InstrumentInfo& info, + MidiRegionView& region, + ArdourCanvas::Container* parent, + const std::string& text, + double height, + double x, + double y, + ARDOUR::InstrumentInfo& info, ARDOUR::MidiModel::PatchChangePtr patch );