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 2247f3dd0..ccff35092 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -271,7 +271,7 @@ FilmViewer::display_player_video () */ _frame = _player_video.first->image ( - bind (&Log::dcp_log, _film->log().get(), _1, _2), + optional<dcp::NoteHandler>(bind(&Log::dcp_log, _film->log().get(), _1, _2)), bind (&PlayerVideo::always_rgb, _1), false, true ); |
