std::shared_ptr
[dcpomatic.git] / src / wx / content_properties_dialog.h
index 5d0cd4630272867c0b4acbecaf0586e7f69e746e..9faccb4b74ab3ce9fc93a0b53855e4d6b13e0dbe 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "table_dialog.h"
 #include "lib/user_property.h"
-#include <boost/shared_ptr.hpp>
 #include <list>
 #include <map>
 
@@ -31,7 +30,7 @@ class UserProperty;
 class ContentPropertiesDialog : public TableDialog
 {
 public:
-       ContentPropertiesDialog (wxWindow* parent, boost::shared_ptr<const Film> film, boost::shared_ptr<Content> content);
+       ContentPropertiesDialog (wxWindow* parent, std::shared_ptr<const Film> film, std::shared_ptr<Content> content);
 
 private:
        void maybe_add_group (std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category);