summaryrefslogtreecommitdiff
path: root/src/wx/content_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-23 01:15:37 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-23 01:15:37 +0000
commit673ba43fb66eb0dee43807501753749f144254a7 (patch)
tree1c337ccebdc2dc6f25d76d761252976814f34d57 /src/wx/content_view.h
parente13e5cd4cfda39b0a0b77ed8036e14e15f93ec2e (diff)
Remove required Film from content examine.
Diffstat (limited to 'src/wx/content_view.h')
-rw-r--r--src/wx/content_view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/content_view.h b/src/wx/content_view.h
index d27638c05..334e9bb68 100644
--- a/src/wx/content_view.h
+++ b/src/wx/content_view.h
@@ -30,13 +30,12 @@ class Film;
class ContentView : public wxListCtrl, public ContentStore
{
public:
- ContentView (wxWindow* parent, boost::weak_ptr<Film> film);
+ ContentView (wxWindow* parent);
boost::shared_ptr<Content> selected () const;
void update ();
boost::shared_ptr<Content> get (std::string digest) const;
- void set_film (boost::weak_ptr<Film> film);
private:
void add (boost::shared_ptr<Content> content);