summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 1d1d8e044b..e98579a683 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -221,6 +221,8 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
typedef std::vector<boost::shared_ptr<TimeAxisView> > Children;
+ SelectionRect* get_selection_rect(uint32_t id);
+
protected:
/* The Standard LHS Controls */
Gtk::HBox controls_hbox;
@@ -317,8 +319,6 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
std::list<SelectionRect*> free_selection_rects;
std::list<SelectionRect*> used_selection_rects;
- SelectionRect* get_selection_rect(uint32_t id);
-
virtual void selection_click (GdkEventButton*);
bool _hidden;