X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcontent_properties_dialog.h;h=9faccb4b74ab3ce9fc93a0b53855e4d6b13e0dbe;hp=92aa5c6d739b51e9619273cb0cdd6c5106b7d0e3;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=31150ddd0fafac4426d11a758be9d77699b7377c diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index 92aa5c6d7..9faccb4b7 100644 --- a/src/wx/content_properties_dialog.h +++ b/src/wx/content_properties_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2016 Carl Hetherington + Copyright (C) 2015-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -20,17 +20,17 @@ #include "table_dialog.h" #include "lib/user_property.h" -#include #include #include class Content; +class Film; class UserProperty; class ContentPropertiesDialog : public TableDialog { public: - ContentPropertiesDialog (wxWindow* parent, boost::shared_ptr content); + ContentPropertiesDialog (wxWindow* parent, std::shared_ptr film, std::shared_ptr content); private: void maybe_add_group (std::map > const & groups, UserProperty::Category category);