diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-26 14:43:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-26 14:43:48 +0100 |
| commit | 767918fe1e6784e62e17e369145fec7df0170b87 (patch) | |
| tree | ba3f8ceb90100280285adf064a1acfd51d983057 /src | |
| parent | d7c281ed96aad47c6d62b2f5697d93dcf76d4faa (diff) | |
Fix harmless thinko.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |
