Add patron.
[dcpomatic.git] / src / wx / content_panel.h
index 8277b7c4250a1013e85cc3e0055ea407ff11f301..13393f632701edab5a13107a962363ffc1d931da 100644 (file)
@@ -117,11 +117,11 @@ private:
        ContentMenu* _menu;
        TimelineDialog* _timeline_dialog;
        wxNotebook* _parent;
-       ContentList _last_selected;
        wxWindow* _last_selected_tab;
 
        boost::shared_ptr<Film> _film;
        boost::weak_ptr<FilmViewer> _film_viewer;
        bool _generally_sensitive;
        bool _ignore_deselect;
+       bool _no_check_selection;
 };