summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_streamview.h')
-rw-r--r--gtk2_ardour/automation_streamview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h
index 67f720dc5f..eed0bb7bbb 100644
--- a/gtk2_ardour/automation_streamview.h
+++ b/gtk2_ardour/automation_streamview.h
@@ -40,7 +40,7 @@ class AutomationRegionView;
class AutomationStreamView : public StreamView
{
- public:
+public:
AutomationStreamView (AutomationTimeAxisView& tv);
~AutomationStreamView ();
@@ -70,7 +70,7 @@ class AutomationStreamView : public StreamView
float times,
boost::shared_ptr<ARDOUR::AutomationList> list);
- private:
+private:
void setup_rec_box ();
RegionView* add_region_view_internal (boost::shared_ptr<ARDOUR::Region>, bool wait_for_data, bool recording = false);