From 92a1d3619bfc94e649fbbc4b4cd12c3c89978d6b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 19 Jul 2017 20:35:17 +0200 Subject: Const'ness where const'ness is due --- gtk2_ardour/time_axis_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 7a06c26a64..0b3c6ea722 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -216,7 +216,7 @@ class TimeAxisView : public virtual AxisView virtual StreamView* view () const { return 0; } typedef std::vector > Children; - Children get_child_list (); + Children get_child_list () const; static uint32_t preset_height (Height); -- cgit v1.2.3