From 822810b88fd13d1764b5f686baa8edb3e27e95fc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 25 Jul 2016 17:38:59 +0200 Subject: the endless quest to plug memory leaks -- episode 379 --- gtk2_ardour/time_axis_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 e4e30fdc4f..f33379e4d6 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -219,8 +219,6 @@ class TimeAxisView : public virtual AxisView typedef std::vector > Children; Children get_child_list (); - SelectionRect* get_selection_rect(uint32_t id); - static uint32_t preset_height (Height); protected: @@ -320,6 +318,8 @@ class TimeAxisView : public virtual AxisView static uint32_t extra_height; static int const _max_order; + SelectionRect* get_selection_rect(uint32_t id); + void compute_heights (); bool maybe_set_cursor (int y); -- cgit v1.2.3