X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcrossfade_edit.h;h=fab459c54fead1fdfbce9b9e245e67955721f2cf;hb=25eb9f406960aa8e36ccd90e2cd4397f372bd0fa;hp=29a66b3747aeb13a583d744954afb88c4542155e;hpb=aae367b63c9b619db1e40f27dc334c6987219481;p=ardour.git diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h index 29a66b3747..fab459c54f 100644 --- a/gtk2_ardour/crossfade_edit.h +++ b/gtk2_ardour/crossfade_edit.h @@ -183,7 +183,7 @@ class CrossfadeEditor : public ArdourDialog void set (const ARDOUR::AutomationList& alist, WhichFade); - PBD::ScopedConnection peaks_ready_connection; + PBD::ScopedConnection* _peaks_ready_connection; PBD::ScopedConnection state_connection; void make_waves (boost::shared_ptr, WhichFade); @@ -213,7 +213,7 @@ class CrossfadeEditor : public ArdourDialog void audition_right_dry (); void audition_right (); - void xfade_changed (ARDOUR::Change); + void xfade_changed (const PBD::PropertyChange&); void dump (); };