From d79eeedb78c4f4d218055237bdc19b4203418a01 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jul 2019 10:52:22 +0100 Subject: [PATCH] Add assert. --- src/wx/film_viewer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 78efc77f6..89702ac0c 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -129,6 +129,7 @@ FilmViewer::request_idle_get () } _idle_get = true; + DCPOMATIC_ASSERT (signal_manager); signal_manager->when_idle (boost::bind(&FilmViewer::idle_handler, this)); } -- 2.30.2