summaryrefslogtreecommitdiff
path: root/src/wx/content_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-28 00:12:09 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit86c169fa6cc97f2e627e281b9cd75429f4eeb670 (patch)
treed5a89c303f813deeef52bfb3c3a33857986a3ba7 /src/wx/content_view.cc
parenta7a3f17e003bab57967e502b35e2f1b689a7f1cb (diff)
Remove Film from the whole examination chain.
Diffstat (limited to 'src/wx/content_view.cc')
-rw-r--r--src/wx/content_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc
index 0bbc80535..438f53785 100644
--- a/src/wx/content_view.cc
+++ b/src/wx/content_view.cc
@@ -110,7 +110,7 @@ ContentView::update ()
}
if (content) {
- auto job = make_shared<ExamineContentJob>(shared_ptr<Film>(), vector<shared_ptr<Content>>{content}, false);
+ auto job = make_shared<ExamineContentJob>(vector<shared_ptr<Content>>{content}, false);
jm->add (job);
jobs.push_back (job);
}