diff --git a/include/exiv2/asfvideo.hpp b/include/exiv2/asfvideo.hpp index 7015c179..d543ad9b 100644 --- a/include/exiv2/asfvideo.hpp +++ b/include/exiv2/asfvideo.hpp @@ -77,7 +77,7 @@ class EXIV2API AsfVideo : public Image { GUIDTag(unsigned int data1, unsigned short data2, unsigned short data3, std::array data4); // Constructor to create a GUID object from a byte array - GUIDTag(const uint8_t* bytes); + explicit GUIDTag(const uint8_t* bytes); std::string to_string();