X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_dialog.h;h=802aaf245acfedf2576b38c7b456c7d1eb1114c8;hb=b6c780d3107557d452c6612d715d01e2be52dbda;hp=2f5fa5ec75b23a69eee666feeab0a25476005308;hpb=cb990adba9c57e5107ef2aa9716cf0a26c1df83d;p=dcpomatic.git diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index 2f5fa5ec7..802aaf245 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -31,7 +31,11 @@ public: private: void snap_toggled (); + void sequence_video_toggled (); + void film_changed (Film::Property); + boost::weak_ptr _film; Timeline _timeline; wxCheckBox* _snap; + wxCheckBox* _sequence_video; };