X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftimeline_view.h;h=166a1121a80df30432a08979dc11c07be043e647;hp=f3aa4d5e65ad9983e2490398318eff4762c085d4;hb=4d8f96e15edb4807cc9773cc7f9eb6aa56ac2dc8;hpb=39fb8198febde1937019db1c300ec363aab5aa56 diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h index f3aa4d5e6..166a1121a 100644 --- a/src/wx/timeline_view.h +++ b/src/wx/timeline_view.h @@ -52,6 +52,7 @@ protected: virtual void do_paint (wxGraphicsContext *, std::list> overlaps) = 0; int time_x (dcpomatic::DCPTime t) const; + int y_pos(int t) const; Timeline& _timeline;