summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-25 10:52:22 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-25 10:52:22 +0100
commitd79eeedb78c4f4d218055237bdc19b4203418a01 (patch)
treec29dd7fd61824759ebd82d2ab15715d02e3f2464 /src
parent08376d150bbadfdb8a981b27a3963d24ee12da1e (diff)
Add assert.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
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));
}