Move the preview to the start of a piece of content
[dcpomatic.git] / src / wx / content_panel.h
index 633ea1bd604abdfc646421bb53a4894b8c07d6e3..8d11e6289f57f2bc912247c3b7be245c584719bc 100644 (file)
@@ -101,5 +101,6 @@ private:
        wxNotebook* _parent;
 
        boost::shared_ptr<Film> _film;
+       FilmViewer* _film_viewer;
        bool _generally_sensitive;
 };