Changes to libdcp.
[dcpomatic.git] / src / wx / screen_dialog.h
index 3e110d230bb4c48bfa6e9fe16e8de939c12efb33..cf8d3da180dc14ab247911cd69ae1b3117ef69d7 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
-#include <dcp/certificates.h>
+#include <dcp/certificate.h>
 #include "table_dialog.h"
 
 class Progress;
@@ -31,13 +31,13 @@ public:
 
        std::string name () const;
        boost::optional<dcp::Certificate> certificate () const;
-       
+
 private:
        void select_certificate ();
        void load_certificate (boost::filesystem::path);
        void download_certificate ();
        void setup_sensitivity ();
-       
+
        wxTextCtrl* _name;
        wxChoice* _manufacturer;
        wxButton* _load_certificate;