diff options
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index 24e8f060..3ac15864 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -110,8 +110,8 @@ private: LocalTime not_valid_before, LocalTime not_valid_after, Formulation formulation, - int disable_forensic_marking_picture, - int disable_forensic_marking_audio, + bool disable_forensic_marking_picture, + boost::optional<int> disable_forensic_marking_audio, std::list<std::pair<std::string, std::string> > key_ids, std::list<std::string> keys ); |
