From 7cf4419d62d286bd3a62c98e891f35678f061479 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Feb 2011 18:33:43 +0000 Subject: #ifdef-ize all/most uses of the boost debug hooks API git-svn-id: svn://localhost/ardour2/branches/3.0@8823 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/monitor_section.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/monitor_section.h') diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h index b3edb624b9..bc502d9979 100644 --- a/gtk2_ardour/monitor_section.h +++ b/gtk2_ardour/monitor_section.h @@ -28,6 +28,7 @@ namespace Gtkmm2ext { class TearOff; + class MotionFeedback; } class VolumeController; @@ -64,11 +65,11 @@ class MonitorSection : public RouteUI ChannelButtons _channel_buttons; Gtk::Adjustment gain_adjustment; - VolumeController* gain_control; + Gtkmm2ext::MotionFeedback* gain_control; Gtk::Adjustment dim_adjustment; - VolumeController* dim_control; + Gtkmm2ext::MotionFeedback* dim_control; Gtk::Adjustment solo_boost_adjustment; - VolumeController* solo_boost_control; + Gtkmm2ext::MotionFeedback* solo_boost_control; Gtk::Adjustment solo_cut_adjustment; VolumeController* solo_cut_control; -- cgit v1.2.3