diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-04 20:22:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-04 20:22:47 +0000 |
| commit | 1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33 (patch) | |
| tree | d60b9fb573dd8d6ab89036fb8788cd1b1c69aada /src/wx/timeline_dialog.h | |
| parent | 6d8bcba724be622739a749064466901486304cee (diff) | |
New DCPTime/ContentTime types.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index b64445d9c..1e5955003 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -24,14 +24,14 @@ class Playlist; -class DCPTimelineDialog : public wxDialog +class TimelineDialog : public wxDialog { public: - DCPTimelineDialog (FilmEditor *, boost::shared_ptr<Film>); + TimelineDialog (FilmEditor *, boost::shared_ptr<Film>); private: void snap_toggled (); - DCPTimeline _timeline; + Timeline _timeline; wxCheckBox* _snap; }; |
