install single color theme file during waf install
[ardour.git] / gtk2_ardour / patch_change.h
index 652f9d66c176adb79e0d75037a44a9d0ae6c89b3..a087c2a090a7383c01eb1e55666e99843f78f431 100644 (file)
@@ -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
                );