summaryrefslogtreecommitdiff
path: root/src/wx/dcp_timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dcp_timeline.h')
-rw-r--r--src/wx/dcp_timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_timeline.h b/src/wx/dcp_timeline.h
index 6abb72d63..e3ab386a8 100644
--- a/src/wx/dcp_timeline.h
+++ b/src/wx/dcp_timeline.h
@@ -66,6 +66,7 @@ private:
void setup_sensitivity();
void add_reel_boundary();
+ void remove_reel_boundary();
void setup_reel_settings();
void setup_reel_boundaries();
std::shared_ptr<ReelBoundary> event_to_reel_boundary(wxMouseEvent& ev) const;
@@ -115,6 +116,7 @@ private:
wxMenu* _menu;
wxMenuItem* _add_reel_boundary;
+ wxMenuItem* _remove_reel_boundary;
boost::signals2::scoped_connection _film_connection;