summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-19 21:37:31 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit2b39c4d68f321f5e9a6579df8c6e82cae838482e (patch)
tree16f317ad66e2989f0d4b169b314f3e4b0d890005 /src/tools
parent5e3ee55930334c7e0a5a398918794bff955383d4 (diff)
Fix warning.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_kdm.cc2
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.")