add left/right side trim cursors and use them for region trimming, as appropriate
[ardour.git] / gtk2_ardour / automation_region_view.h
index b4f53b59215cfe66f77a66a492d420e24daf3d3f..6d3a00d4b6a69133a2251aeda535a872879f8d97 100644 (file)
@@ -66,7 +66,7 @@ public:
 protected:
        void create_line(boost::shared_ptr<ARDOUR::AutomationList> list);
        bool set_position(nframes64_t pos, void* src, double* ignored);
-       void region_resized (PBD::Change what_changed);
+       void region_resized (const PBD::PropertyChange&);
        bool canvas_event(GdkEvent* ev);
        void add_automation_event (GdkEvent* event, nframes_t when, double y);
        void entered();