diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-09 22:18:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-09 22:18:42 +0000 |
| commit | e8204f55c981493b99814f71a50b3c3d62601032 (patch) | |
| tree | 19e155586aca13839e440a0574ed5aa5cfa4c4d5 /src/wx/timecode.h | |
| parent | ae9b0b509787d244366eb8f69bdf9d563b6c6bb6 (diff) | |
| parent | e28def57ff4591f02ca3585a506ea58fbeba5d46 (diff) | |
Merge master.
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 4 |
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; |
