summaryrefslogtreecommitdiff
path: root/src/wx/timeline_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_view.h')
-rw-r--r--src/wx/timeline_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h
index f0ded7bce..d94e10124 100644
--- a/src/wx/timeline_view.h
+++ b/src/wx/timeline_view.h
@@ -45,7 +45,7 @@ public:
protected:
virtual void do_paint (wxGraphicsContext *, std::list<dcpomatic::Rect<int> > overlaps) = 0;
- int time_x (DCPTime t) const;
+ int time_x (dcpomatic::DCPTime t) const;
Timeline& _timeline;