diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-20 00:41:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-20 00:41:46 +0100 |
| commit | 899b2ac12ad214f085efccd082d059f6f2ad6531 (patch) | |
| tree | fc226808c80c44f5849389d1ccd9d251ca39d720 /src/tools | |
| parent | cd810b7658b0f4910c093ac191c2b4ba06ba0677 (diff) | |
Report errors from other parts of the VerifyDCPJob.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 9b45affd2..bd1b982e0 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -465,7 +465,7 @@ private: shared_ptr<VerifyDCPJob> last = dynamic_pointer_cast<VerifyDCPJob> (jm->get().back()); DCPOMATIC_ASSERT (last); - VerifyDCPDialog* d = new VerifyDCPDialog (this, last->notes ()); + VerifyDCPDialog* d = new VerifyDCPDialog (this, last); d->ShowModal (); d->Destroy (); } |
