diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-11 00:24:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-11 00:24:34 +0000 |
| commit | fad726e94700bccdae0d301d54cdb1eab51cc71f (patch) | |
| tree | 375b2a042acb72f1076415f1c2ac499be1821641 /src/lib/cinema.h | |
| parent | 0b45af42b5a30c3a71d2e1de491843d125e46793 (diff) | |
Some work on making KDMs in Film
Diffstat (limited to 'src/lib/cinema.h')
| -rw-r--r-- | src/lib/cinema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema.h b/src/lib/cinema.h index 02b38c496..0cec01384 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -8,7 +8,7 @@ public: {} std::string name; - libdcp::Certificate certificate; + boost::shared_ptr<libdcp::Certificate> certificate; }; class Cinema |
