Heuraka! Nightmarish rework of DnD code.
[ardour.git] / gtk2_ardour / sys_ex.h
index 1d6787a75e29a2d11967c36f153a4b05d87d4656..cc3559ba1f2bcde71706abae746f6697a447bc3e 100644 (file)
@@ -31,7 +31,7 @@ class SysEx
 public:
        SysEx (
                        MidiRegionView& region,
-                       ArdourCanvas::Group* parent,
+                       ArdourCanvas::Container* parent,
                        std::string&    text,
                        double          height,
                        double          x,
@@ -47,7 +47,6 @@ public:
 private:       
        bool event_handler (GdkEvent* ev);
 
-       MidiRegionView& _region;
        ArdourCanvas::Flag* _flag;
 };