X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcrossfade_edit.h;h=fab459c54fead1fdfbce9b9e245e67955721f2cf;hb=a4664d68c031c77c5e436fe97a92005b7d2019d8;hp=d92288e6502950963ec08f18e1fe133874e17ce1;hpb=3c00a7ca2ae34cb65c8d3394d9a012f20c69ee77;p=ardour.git diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h index d92288e650..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 (PBD::Change); + void xfade_changed (const PBD::PropertyChange&); void dump (); };