diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-03 23:31:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-03 23:32:50 +0200 |
| commit | 2a1c9e9cfeb1049b1ea0e3b300029218f652f002 (patch) | |
| tree | 5e4e3849b99f7ba69a6372a523a66af58d465b5d /src/lib/kdm_recipient.h | |
| parent | 348d7b4a29552204a8d049105a623b15a5786693 (diff) | |
wip: stuff.
Diffstat (limited to 'src/lib/kdm_recipient.h')
| -rw-r--r-- | src/lib/kdm_recipient.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/kdm_recipient.h b/src/lib/kdm_recipient.h index ee4e8c39c..c0533daeb 100644 --- a/src/lib/kdm_recipient.h +++ b/src/lib/kdm_recipient.h @@ -18,6 +18,9 @@ */ +#ifndef DCPOMATIC_KDM_RECIPIENT_H +#define DCPOMATIC_KDM_RECIPIENT_H + #include <dcp/certificate.h> #include <libcxml/cxml.h> #include <libxml++/libxml++.h> @@ -41,3 +44,5 @@ public: std::string notes; boost::optional<dcp::Certificate> recipient; }; + +#endif |
