std::shared_ptr
[dcpomatic.git] / src / wx / smpte_metadata_dialog.h
index 0f9c436b9dd9075271aa04d84769ed3ae581cb9c..171507acf5ddf14742a5db297d853a6adb65b091 100644 (file)
@@ -25,8 +25,6 @@
 #include <dcp/language_tag.h>
 #include <dcp/types.h>
 #include <wx/wx.h>
-#include <boost/shared_ptr.hpp>
-#include <boost/weak_ptr.hpp>
 #include <vector>
 
 
@@ -39,7 +37,7 @@ class LanguageTagWidget;
 class SMPTEMetadataDialog : public wxDialog, public WeakFilm
 {
 public:
-       SMPTEMetadataDialog (wxWindow* parent, boost::weak_ptr<Film> film);
+       SMPTEMetadataDialog (wxWindow* parent, std::weak_ptr<Film> film);
 
 private:
        std::vector<dcp::Rating> ratings () const;