X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayhead_to_timecode_dialog.h;h=22697858263ffe366f85930a988fe9f090fe869a;hb=ab0e8cdcafdcb83096012380f674b8280474e851;hp=adce874342879a7c01c42a22dfe2c6173aa24025;hpb=b8693a3bf32380733604aa6e80c9774de575ebe7;p=dcpomatic.git diff --git a/src/wx/playhead_to_timecode_dialog.h b/src/wx/playhead_to_timecode_dialog.h index adce87434..226978582 100644 --- a/src/wx/playhead_to_timecode_dialog.h +++ b/src/wx/playhead_to_timecode_dialog.h @@ -26,9 +26,9 @@ class PlayheadToTimecodeDialog : public TableDialog public: PlayheadToTimecodeDialog (wxWindow* parent, int fps); - DCPTime get () const; + dcpomatic::DCPTime get () const; private: - Timecode* _timecode; + Timecode* _timecode; int _fps; };