diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-23 00:21:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-23 00:21:19 +0000 |
| commit | e327e82945297e2fc878149fc5b6c507037a9d97 (patch) | |
| tree | b82bd703449bc322282b90ccbc4a0e31b0f43a72 /src/encrypted_kdm.h | |
| parent | e330669de0f5d7d9d922dc69945cca74ac9800d9 (diff) | |
Remove some unused code; add EncryptedKDM::cpl_id().
Diffstat (limited to 'src/encrypted_kdm.h')
| -rw-r--r-- | src/encrypted_kdm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h index 9e5b09d4..c899dcbe 100644 --- a/src/encrypted_kdm.h +++ b/src/encrypted_kdm.h @@ -74,6 +74,7 @@ public: std::string annotation_text () const; std::string content_title_text () const; std::string issue_date () const; + std::string cpl_id () const; private: |
