summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 0694b15e23..232962d2cd 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -40,7 +40,7 @@ class FloatingTextEntry;
class VCAMasterStrip : public AxisView, public Gtk::EventBox
{
- public:
+public:
VCAMasterStrip (ARDOUR::Session*, boost::shared_ptr<ARDOUR::VCA>);
~VCAMasterStrip ();
@@ -57,7 +57,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
bool marked_for_display () const;
bool set_marked_for_display (bool);
- private:
+private:
boost::shared_ptr<ARDOUR::VCA> _vca;
GainMeter gain_meter;