diff options
Diffstat (limited to 'src/key.h')
| -rw-r--r-- | src/key.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,10 +39,10 @@ public: Key (); /** Create a Key from a raw key value */ - Key (uint8_t const *); + explicit Key (uint8_t const *); /** Create a Key from a hex key value */ - Key (std::string); + explicit Key (std::string); Key (Key const &); ~Key (); |
