summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_range.h')
-rw-r--r--gtk2_ardour/automation_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_range.h b/gtk2_ardour/automation_range.h
index e13ad378a5..2baa515d8b 100644
--- a/gtk2_ardour/automation_range.h
+++ b/gtk2_ardour/automation_range.h
@@ -43,7 +43,7 @@ struct AutomationRange
double low_fract;
double high_fract;
TimeAxisView* track; // ref would be better, but ARDOUR::SessionHandlePtr is non-assignable
-
+
AutomationRange (double s, double e, double l, double h, TimeAxisView* atv)
: start (s), end (e), low_fract (l), high_fract (h), track (atv) {}
};