summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-09 22:18:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-09 22:18:42 +0000
commite8204f55c981493b99814f71a50b3c3d62601032 (patch)
tree19e155586aca13839e440a0574ed5aa5cfa4c4d5 /src/wx/timecode.h
parentae9b0b509787d244366eb8f69bdf9d563b6c6bb6 (diff)
parente28def57ff4591f02ca3585a506ea58fbeba5d46 (diff)
Merge master.
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index f95740255..b13e8c3c0 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -21,10 +21,10 @@
#include <wx/wx.h>
#include "lib/types.h"
-class DCPTimecode : public wxPanel
+class Timecode : public wxPanel
{
public:
- DCPTimecode (wxWindow *);
+ Timecode (wxWindow *);
void set (DCPTime, int);
DCPTime get (int) const;