Remove temporary access to timer() method.
[dcpomatic.git] / src / wx / simple_video_view.cc
index 9aa73fe7ff35d0a7446a93b71e304cffab405f7d..37daecda2be113823ac694c29e5a9845523e6b86 100644 (file)
@@ -163,3 +163,9 @@ SimpleVideoView::timer ()
                _viewer->_butler->rethrow ();
        }
 }
+
+void
+SimpleVideoView::start ()
+{
+       timer ();
+}