diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-14 21:49:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-14 21:49:40 +0000 |
| commit | 048f9b6b5569f03d1342a04f75c83a2bad340996 (patch) | |
| tree | 2e9db97154b82b91a7a6ff1002d317f35d11608d /src/lib/cinema.h | |
| parent | 3031638f0ddf23654b72af2088a7616791307310 (diff) | |
Various work on certificate handling for screens; need XML config here, now.
Diffstat (limited to 'src/lib/cinema.h')
| -rw-r--r-- | src/lib/cinema.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/cinema.h b/src/lib/cinema.h index 0cec01384..6f426ae8d 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -3,8 +3,9 @@ class Screen { public: - Screen (std::string const & n) + Screen (std::string const & n, boost::shared_ptr<libdcp::Certificate> cert) : name (n) + , certificate (cert) {} std::string name; |
