summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index 85cd348c..d1139d3a 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -53,7 +53,7 @@ class Certificate;
class EncryptedKDM
{
public:
- EncryptedKDM (std::string);
+ explicit EncryptedKDM (std::string);
EncryptedKDM (EncryptedKDM const & kdm);
EncryptedKDM & operator= (EncryptedKDM const &);
~EncryptedKDM ();