summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-13 15:36:17 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-13 15:36:17 +0100
commitbf3b7963be87ca5069aeaa3f7620d7a877b9e598 (patch)
tree92c4728b6d867bc63531e226cb027839dd910147 /src
parent9dc16d0245ea451dc00d350ddf08573d4e9a66d9 (diff)
Fix namespace name.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index b04815f5b..237fa4e58 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -476,7 +476,7 @@ private:
shared_ptr<Job> (new SendKDMEmailJob (film, d->screens (), d->cpl (), d->from (), d->until ()))
);
}
- } catch (libdcp::NotEncryptedError& e) {
+ } catch (dcp::NotEncryptedError& e) {
error_dialog (this, _("CPL's content is not encrypted."));
} catch (exception& e) {
error_dialog (this, e.what ());