summaryrefslogtreecommitdiff
path: root/src/wx/content_properties_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-12 00:30:33 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-12 00:30:33 +0000
commit3c414bf90d4cfcfe342c0b057b5134f72485fe32 (patch)
tree543e3635577f04a58f1dc252fa0b888a4daeb005 /src/wx/content_properties_dialog.h
parentf851a375fc5bb9095def34c05a61f69e33139426 (diff)
Fix content properties (#1428).
Diffstat (limited to 'src/wx/content_properties_dialog.h')
-rw-r--r--src/wx/content_properties_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h
index 92aa5c6d7..5d0cd4630 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 <cth@carlh.net>
+ Copyright (C) 2015-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -25,12 +25,13 @@
#include <map>
class Content;
+class Film;
class UserProperty;
class ContentPropertiesDialog : public TableDialog
{
public:
- ContentPropertiesDialog (wxWindow* parent, boost::shared_ptr<Content> content);
+ ContentPropertiesDialog (wxWindow* parent, boost::shared_ptr<const Film> film, boost::shared_ptr<Content> content);
private:
void maybe_add_group (std::map<UserProperty::Category, std::list<UserProperty> > const & groups, UserProperty::Category category);