X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;h=aa588b92607d9a3922c1d7a03f70a19a348d603b;hp=a67820a8ca21229e2b7ef8f40dfaaba7cf617596;hb=736f9d8154080ea5837b31af623ef863eea1a7c5;hpb=11ac33e140f3aa9d6e992880a1e1b3a4ca649355 diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index a67820a8c..aa588b926 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington + Copyright (C) 2012-2017 Carl Hetherington This file is part of DCP-o-matic. @@ -41,6 +41,7 @@ public: void set_film (boost::shared_ptr); + /** @return our `playhead' position; this may not lie exactly on a frame boundary */ DCPTime position () const { return _position; }