From 3e6ba8f241ce4543cb503976882c5fc4c2bae2cc Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 10 Feb 2023 22:17:12 -0800 Subject: [PATCH] clang-tidy: add explicit Signed-off-by: Rosen Penev --- include/exiv2/asfvideo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();