X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fplayhead_to_timecode_dialog.cc;h=c622111db52893f225b2fba264165a3e02455b8c;hb=d6d5e36cbeb285c78c33d88a09882d964f83d563;hp=a691aa64e0f7cfc260e9ddd754da11ea04e99176;hpb=fab7fa5a9ef1d069c7ca32e3669d0e37e896250c;p=dcpomatic.git diff --git a/src/wx/playhead_to_timecode_dialog.cc b/src/wx/playhead_to_timecode_dialog.cc index a691aa64e..c622111db 100644 --- a/src/wx/playhead_to_timecode_dialog.cc +++ b/src/wx/playhead_to_timecode_dialog.cc @@ -20,6 +20,8 @@ #include "playhead_to_timecode_dialog.h" +using namespace dcpomatic; + PlayheadToTimecodeDialog::PlayheadToTimecodeDialog (wxWindow* parent, int fps) : TableDialog (parent, _("Go to timecode"), 2, 1, true) , _fps (fps)