X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_view.h;h=d94e101244de0d028e941b9a9972c15cadf0e0fd;hb=refs%2Fheads%2Fhelp;hp=c99faad06c7427591975dbbbd4271a27b882449c;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h index c99faad06..d94e10124 100644 --- a/src/wx/timeline_view.h +++ b/src/wx/timeline_view.h @@ -34,7 +34,7 @@ class Timeline; class TimelineView : public boost::noncopyable { public: - TimelineView (Timeline& t); + explicit TimelineView (Timeline& t); virtual ~TimelineView () {} void paint (wxGraphicsContext* g, std::list > overlaps); @@ -45,7 +45,7 @@ public: protected: virtual void do_paint (wxGraphicsContext *, std::list > overlaps) = 0; - int time_x (DCPTime t) const; + int time_x (dcpomatic::DCPTime t) const; Timeline& _timeline;