diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:37:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 14:03:24 +0000 |
| commit | 195fe39281b05bdee8dac7db7c6992eb053bb5e5 (patch) | |
| tree | 2acc415288212bf4f7659a20f6a12a0025060cdb /src | |
| parent | be33fc16eefc1d826f6b5611392f4f0614e01c1a (diff) | |
Fix warning.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 6c1fbd800..3b97fa2da 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -437,7 +437,7 @@ private: std_to_wx(e.what()) ); return; - } catch (dcp::KDMDecryptionError) { + } catch (dcp::KDMDecryptionError &) { error_dialog ( this, _("Could not decrypt the DKDM. Perhaps it was not created with the correct certificate.") |
