From 2c231282baa596219506c1ee4632708977cc0714 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 May 2009 17:31:18 +0000 Subject: Returns (i.e. sidechains). And lo, upon the revision of our hoarde 5061, was the last Big Feature committed to Three Poino, who, now more than ever, lurks imposingly on the sidelines, heir to the throne, and eventual ruler of the realm. His eventual succession all but guaranteed, only time and the number of heads that must roll remain mysteries. git-svn-id: svn://localhost/ardour2/branches/3.0@5061 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/send_ui.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gtk2_ardour/send_ui.h') diff --git a/gtk2_ardour/send_ui.h b/gtk2_ardour/send_ui.h index 0d6356970e..284f078234 100644 --- a/gtk2_ardour/send_ui.h +++ b/gtk2_ardour/send_ui.h @@ -47,11 +47,11 @@ class SendUI : public Gtk::HBox private: boost::shared_ptr _send; - ARDOUR::Session& _session; - GainMeter gpm; - PannerUI panners; - Gtk::VBox vbox; - Gtk::VBox hbox; + ARDOUR::Session& _session; + GainMeter _gpm; + PannerUI _panners; + Gtk::VBox _vbox; + Gtk::VBox _hbox; sigc::connection screen_update_connection; sigc::connection fast_screen_update_connection; @@ -66,7 +66,7 @@ class SendUIWindow : public ArdourDialog SendUIWindow(boost::shared_ptr, ARDOUR::Session&); ~SendUIWindow(); - SendUI* ui; + SendUI* ui; private: Gtk::HBox hpacker; -- cgit v1.2.3