From: Carl Hetherington Date: Mon, 26 Sep 2016 13:43:48 +0000 (+0100) Subject: Fix harmless thinko. X-Git-Tag: v2.9.28~27 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=767918fe1e6784e62e17e369145fec7df0170b87 Fix harmless thinko. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 3440536e6..6c16457af 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -518,7 +518,7 @@ private: } _kdm_dialog = new KDMDialog (this, _film); - _kdm_dialog->Show (this); + _kdm_dialog->Show (); } void jobs_make_dcp_batch ()