macOS alignment fixes (#2045).
[dcpomatic.git] / src / wx / verify_dcp_progress_dialog.h
index ed0c69055d59753d446180d30c86caa906a0a753..0f1526afe21b0be3c6f032bf9298d18f8402aca2 100644 (file)
 */
 
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
-#include <boost/shared_ptr.hpp>
+DCPOMATIC_ENABLE_WARNINGS
+#include <memory>
 
 
 class Job;
@@ -35,7 +38,7 @@ class VerifyDCPProgressDialog : public wxDialog
 public:
        VerifyDCPProgressDialog (wxWindow* parent, wxString title);
 
-       bool run (boost::shared_ptr<Job> job);
+       bool run (std::shared_ptr<Job> job);
 
 private:
        void cancel ();