summaryrefslogtreecommitdiff
path: root/src/wx/content_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-15 22:25:39 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 23:26:18 +0000
commit620b7761a33d2e3641cd911bfe58e0fbb928c888 (patch)
tree702872826fdfefa486816a1e20a1e2e4f2bad965 /src/wx/content_view.h
parent1b4d5951147bc88d771d0afaa98bbfa4ed85a822 (diff)
Fix content list in player.
Diffstat (limited to 'src/wx/content_view.h')
-rw-r--r--src/wx/content_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_view.h b/src/wx/content_view.h
index ac64600e1..471dd054b 100644
--- a/src/wx/content_view.h
+++ b/src/wx/content_view.h
@@ -35,6 +35,7 @@ public:
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);