diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:37:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:30:22 +0100 |
| commit | 8568189966da0997e961a00adef3993b7f817fa5 (patch) | |
| tree | bc9dfacc4c63adcdea4ddc4710648fa1c7def8f6 /src/tools | |
| parent | edd7c553fabda0d0d43f437795fe0618d7a7c6ce (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.") |
