RouteUI connects to Route's PropertyChange signal; derived types implement route_prop...
[ardour.git] / gtk2_ardour / route_ui.h
index 8169769fd48d7a3458b78ba7adbff8af8316fbe4..6b3d5ba7a63020231075b696574017d72c26b805 100644 (file)
@@ -211,7 +211,7 @@ class RouteUI : public virtual AxisView
        void manage_pins ();
        void maybe_add_route_print_mgr ();
 
-       virtual void property_changed (const PBD::PropertyChange&);
+       virtual void route_property_changed (const PBD::PropertyChange&) = 0;
        void route_removed ();
 
        virtual void route_active_changed () {}