diff options
Diffstat (limited to 'src/decrypted_kdm.h')
| -rw-r--r-- | src/decrypted_kdm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h index 6bdd9fcd..9d589e41 100644 --- a/src/decrypted_kdm.h +++ b/src/decrypted_kdm.h @@ -50,7 +50,7 @@ #include <boost/optional.hpp> -class decrypted_kdm_test; +struct decrypted_kdm_test; namespace dcp { @@ -173,7 +173,7 @@ public: private: - friend class ::decrypted_kdm_test; + friend struct ::decrypted_kdm_test; static void put_uuid (uint8_t ** d, std::string id); static std::string get_uuid (unsigned char ** p); |
