Remove temporary access to timer() method.
[dcpomatic.git] / src / wx / film_viewer.cc
index 9dbb0091a348270bed8a211d92818f7d11cdf71d..be555ad91f556beb19937d4585408af0d6f44e7d 100644 (file)
@@ -429,7 +429,7 @@ FilmViewer::start ()
 
        _playing = true;
        _dropped = 0;
-       _video_view->timer ();
+       _video_view->start ();
        Started (position());
 }