summaryrefslogtreecommitdiff
path: root/gtk2_ardour/send_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-07 17:31:18 +0000
committerDavid Robillard <d@drobilla.net>2009-05-07 17:31:18 +0000
commit2c231282baa596219506c1ee4632708977cc0714 (patch)
treeb5dd7dedd8b5c9b7740b444711d26cdeb114687a /gtk2_ardour/send_ui.h
parent80c8866303c405fb6230eb96f2a8cd7f181b57da (diff)
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
Diffstat (limited to 'gtk2_ardour/send_ui.h')
-rw-r--r--gtk2_ardour/send_ui.h12
1 files changed, 6 insertions, 6 deletions
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<ARDOUR::Send> _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::Send>, ARDOUR::Session&);
~SendUIWindow();
- SendUI* ui;
+ SendUI* ui;
private:
Gtk::HBox hpacker;