diff options
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 3c7d76bce..6ffe4e66a 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -266,7 +266,7 @@ FilmViewer::update_thumbs () o->decode_audio = false; o->decode_video_frequency = 128; - shared_ptr<Job> j (new ThumbsJob (s, o, _film->log ())); + shared_ptr<Job> j (new ThumbsJob (s, o, _film->log(), shared_ptr<Job> ())); j->Finished.connect (sigc::mem_fun (_film, &Film::update_thumbs_post_gui)); JobManager::instance()->add (j); } |
