Fix login denied (67) errors when trying to download certificates
[dcpomatic.git] / src / wx / gl_video_view.h
index 3675b8ddcb6025dce1c84b37a917e6b3d7ee2e57..e1a7fc1acdba7b3237b50b163f355c3714b31ba3 100644 (file)
 #include "video_view.h"
 #include "lib/signaller.h"
 #include "lib/position.h"
-#include <wx/wx.h>
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/glcanvas.h>
+#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <dcp/util.h>
 #include <boost/atomic.hpp>
 #include <boost/shared_ptr.hpp>
@@ -57,7 +60,6 @@ private:
        void thread ();
        void thread_playing ();
        void request_one_shot ();
-       void create ();
        void check_for_butler_errors ();
 
        /* Mutex for use of _canvas; it's only contended when our ::thread