summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-04 20:22:47 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-04 20:22:47 +0000
commit1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33 (patch)
treed60b9fb573dd8d6ab89036fb8788cd1b1c69aada /src/wx/timeline_dialog.h
parent6d8bcba724be622739a749064466901486304cee (diff)
New DCPTime/ContentTime types.
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h6
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;
};