Add uid/euid to macOS debug message.
[dcpomatic.git] / src / wx / timeline_time_axis_view.cc
index a31ed5cedd3f7265736ccf5bf5ba5c65a0253c83..cd0b97d193fdc21c1d8e8b2c35dc2d43221559a6 100644 (file)
@@ -26,6 +26,7 @@
 
 using std::list;
 using std::cout;
+using namespace dcpomatic;
 
 TimelineTimeAxisView::TimelineTimeAxisView (Timeline& tl, int y)
        : TimelineView (tl)
@@ -49,7 +50,7 @@ TimelineTimeAxisView::set_y (int y)
 }
 
 void
-TimelineTimeAxisView::do_paint (wxGraphicsContext* gc, list<dcpomatic::Rect<int> >)
+TimelineTimeAxisView::do_paint (wxGraphicsContext* gc, list<dcpomatic::Rect<int>>)
 {
        if (!_timeline.pixels_per_second()) {
                return;