Use ScopeGuard for _no_check_selection
[dcpomatic.git] / src / wx / film_editor.h
index 0ba021b62eafed6ca8ebb4db07c6dfa5e55bdb2c..296058c212e55ee7496ec589e53ac2eaca51e4d0 100644 (file)
@@ -45,7 +45,7 @@ class FilmViewer;
 class FilmEditor : public wxPanel
 {
 public:
-       FilmEditor (wxWindow *, std::weak_ptr<FilmViewer> viewer);
+       FilmEditor(wxWindow *, FilmViewer& viewer);
 
        void set_film (std::shared_ptr<Film>);
        void first_shown ();
@@ -71,7 +71,6 @@ private:
        void set_general_sensitivity (bool);
        void active_jobs_changed (boost::optional<std::string>);
 
-       wxNotebook* _main_notebook;
        ContentPanel* _content_panel;
        DCPPanel* _dcp_panel;