Fix login denied (67) errors when trying to download certificates
[dcpomatic.git] / src / wx / film_editor.h
index b8d862f8112ea03ebddf64d8976e22a0f9240850..0382ef9d448463eeccde68ea3e7802d910ac95a9 100644 (file)
  */
 
 #include "lib/film.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 
 class wxNotebook;
@@ -41,6 +44,7 @@ public:
        FilmEditor (wxWindow *, boost::weak_ptr<FilmViewer> viewer);
 
        void set_film (boost::shared_ptr<Film>);
+       void first_shown ();
 
        boost::signals2::signal<void (boost::filesystem::path)> FileChanged;
        boost::signals2::signal<void (void)> SelectionChanged;
@@ -55,6 +59,8 @@ public:
                return _film;
        }
 
+private:
+
        /* Handle changes to the model */
        void film_change (ChangeType, Film::Property);
        void film_content_change (ChangeType type, int);