X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_properties_dialog.h;h=c7efa4497c91cbdfd0f5af133a56f9fb224be355;hb=a3c1ae7c2e46b65347341896b3d1a505ff92632b;hp=92aa5c6d739b51e9619273cb0cdd6c5106b7d0e3;hpb=31150ddd0fafac4426d11a758be9d77699b7377c;p=dcpomatic.git diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h index 92aa5c6d7..c7efa4497 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-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,19 +18,22 @@ */ + #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);