X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftiming_panel.h;h=b84ea52be644030be6b852958ce3e1899f7d3cf8;hb=45f9912aa850546e319e32a4052517d67f4e3d8f;hp=f9cd482d678ccae640eba9f5927689ea46978d25;hpb=498e3c0ee1da5a4f50bc019e9a760689a930c06c;p=dcpomatic.git diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index f9cd482d6..b84ea52be 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -26,16 +26,16 @@ class TimingPanel : public FilmEditorPanel public: TimingPanel (FilmEditor *); - void film_content_changed ( - boost::shared_ptr, - boost::shared_ptr, - boost::shared_ptr, - int); + void film_content_changed (boost::shared_ptr, int); private: - void start_changed (); + void position_changed (); void length_changed (); + void trim_start_changed (); + void trim_end_changed (); - Timecode* _start; + Timecode* _position; Timecode* _length; + Timecode* _trim_start; + Timecode* _trim_end; };