summaryrefslogtreecommitdiff
path: root/src/wx/playhead_to_frame_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/playhead_to_frame_dialog.h')
-rw-r--r--src/wx/playhead_to_frame_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/playhead_to_frame_dialog.h b/src/wx/playhead_to_frame_dialog.h
index b6a902a55..ab3898dea 100644
--- a/src/wx/playhead_to_frame_dialog.h
+++ b/src/wx/playhead_to_frame_dialog.h
@@ -26,7 +26,7 @@ class PlayheadToFrameDialog : public TableDialog
public:
PlayheadToFrameDialog (wxWindow* parent, int fps);
- DCPTime get () const;
+ dcpomatic::DCPTime get () const;
private:
wxTextCtrl* _frame;