summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-20 00:41:46 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-20 00:41:46 +0100
commit899b2ac12ad214f085efccd082d059f6f2ad6531 (patch)
treefc226808c80c44f5849389d1ccd9d251ca39d720 /src/tools
parentcd810b7658b0f4910c093ac191c2b4ba06ba0677 (diff)
Report errors from other parts of the VerifyDCPJob.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_player.cc2
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 ();
}