diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-25 10:52:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-25 10:52:22 +0100 |
| commit | d79eeedb78c4f4d218055237bdc19b4203418a01 (patch) | |
| tree | c29dd7fd61824759ebd82d2ab15715d02e3f2464 /src | |
| parent | 08376d150bbadfdb8a981b27a3963d24ee12da1e (diff) | |
Add assert.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
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)); } |
