From 1d5c6104f50b97dd3c796852c93d9b09fef41360 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 24 May 2015 21:45:39 +0200 Subject: replace old ArdourButton::Icon API with Gtkmm2ext. --- gtk2_ardour/automation_time_axis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 8f9f895575..01f2ebb514 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -149,7 +149,7 @@ AutomationTimeAxisView::AutomationTimeAxisView ( _base_rect->lower_to_bottom(); } - hide_button.set_icon (ArdourButton::CloseCross); + hide_button.set_icon (ArdourIcon::CloseCross); hide_button.set_tweaks(ArdourButton::TrackHeader); auto_button.set_name ("route button"); -- cgit v1.2.3