From 097a1fb413bbbb89182161d4c1a31daa5419ec96 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 13 Dec 2013 10:06:18 +0000 Subject: Time -> DCPTime. --- src/wx/timecode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/wx/timecode.h') diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 5b094e39f..6a8bf03df 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -21,13 +21,13 @@ #include #include "lib/types.h" -class Timecode : public wxPanel +class DCPTimecode : public wxPanel { public: - Timecode (wxWindow *); + DCPTimecode (wxWindow *); - void set (Time, int); - Time get (int) const; + void set (DCPTime, int); + DCPTime get (int) const; void set_editable (bool); -- cgit v1.2.3