Fix namespace name.
authorCarl Hetherington <cth@carlh.net>
Fri, 13 Jun 2014 14:36:17 +0000 (15:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 13 Jun 2014 14:36:17 +0000 (15:36 +0100)
src/tools/dcpomatic.cc

index b04815f5bff073fdd5d14cbb3ff8fa8badcfa2db..237fa4e58ee311f1882d4bbe46ade60b707ceac4 100644 (file)
@@ -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 ());