convert property_foo().set_value(bar) to property_foo() = bar
[ardour.git] / gtk2_ardour / time_axis_view.h
index 7f4d88e5ec64bccbf738f664ffe12f368dee7814..59bb6c58eaac4227df7e182a7539e2f38808bb9d 100644 (file)
@@ -229,7 +229,7 @@ class TimeAxisView : public virtual AxisView
          * Do anything that needs to be done to dynamically reset
         * the LHS control menu.
         */
-       virtual gint handle_display_menu_map_event (GdkEventAny *ev) { return FALSE; }
+       virtual bool handle_display_menu_map_event (GdkEventAny *ev) { return false; }
 
        /**
         * Build the standard LHS control size menu for the default TrackHeight options.