diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:37:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-08 00:22:39 +0100 |
| commit | ad74dfa3d99f6bafa16b3bd6bc3533a8239e9060 (patch) | |
| tree | 52ace789a0b069571d6a13f1863c0f96e327a397 /src/tools | |
| parent | 9743f4a7d1bffee37b9980c07b34986b1a795f8d (diff) | |
Fix warning.
Diffstat (limited to 'src/tools')
| -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.") |
