add AudioBackendNativeThread to serve the same role as jack_native_thread_t
[ardour.git] / gtk2_ardour / crossfade_edit.h
index a05bb093f07e9e645ec3c88856760108aba64ae4..fab459c54fead1fdfbce9b9e245e67955721f2cf 100644 (file)
@@ -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<ARDOUR::AudioRegion>, WhichFade);
@@ -213,7 +213,7 @@ class CrossfadeEditor : public ArdourDialog
        void audition_right_dry ();
        void audition_right ();
 
-       void xfade_changed (PBD::PropertyChange);
+       void xfade_changed (const PBD::PropertyChange&);
 
        void dump ();
 };