change PropertyChange from a bitfield into a real object, with all the many widesprea...
[ardour.git] / gtk2_ardour / crossfade_view.h
index 3e550e47882ff4f6b792a37df4e7ee53763aac54..610fa92e0e2e84775a4aef8f462ccc7a2a70af8a 100644 (file)
@@ -75,10 +75,10 @@ struct CrossfadeView : public TimeAxisViewItem
     ArdourCanvas::Line *fade_out;
     ArdourCanvas::Item *active_button;
 
-    void crossfade_changed (PBD::PropertyChange);
+    void crossfade_changed (const PBD::PropertyChange&);
     void active_changed ();
-       void redraw_curves ();
-       void color_handler ();
+    void redraw_curves ();
+    void color_handler ();
 };
 
 #endif /* __gtk_ardour_crossfade_view_h__ */