X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftiming_panel.h;h=00b7f84e75f63e09b13a38a8afa1cfc8bc2f1971;hb=a5902c6008fd20392c7248c30bc469310122c527;hp=b531db5512ed3974da1ed253878cc45dbe7d86d5;hpb=7b2054e2a73844450b5b55c5788c02af671812ce;p=dcpomatic.git diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index b531db551..00b7f84e7 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -18,8 +18,7 @@ */ #include "content_sub_panel.h" - -class Timecode; +#include "timecode.h" class TimingPanel : public ContentSubPanel { @@ -38,11 +37,11 @@ private: void video_frame_rate_changed (); void set_video_frame_rate (); - Timecode* _position; - Timecode* _full_length; - Timecode* _trim_start; - Timecode* _trim_end; - Timecode* _play_length; + Timecode* _position; + Timecode* _full_length; + Timecode* _trim_start; + Timecode* _trim_end; + Timecode* _play_length; wxTextCtrl* _video_frame_rate; wxButton* _set_video_frame_rate; };