diff options
Diffstat (limited to 'src/wx/dcp_timeline.h')
| -rw-r--r-- | src/wx/dcp_timeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_timeline.h b/src/wx/dcp_timeline.h index 23644c03f..6abb72d63 100644 --- a/src/wx/dcp_timeline.h +++ b/src/wx/dcp_timeline.h @@ -69,6 +69,7 @@ private: void setup_reel_settings(); void setup_reel_boundaries(); std::shared_ptr<ReelBoundary> event_to_reel_boundary(wxMouseEvent& ev) const; + std::shared_ptr<ReelBoundary> position_to_reel_boundary(Position<int> position) const; void set_reel_boundary(int index, dcpomatic::DCPTime time); bool editable() const; |
