clang-tidy: add explicit
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
5b1bc2ef6d
commit
3e6ba8f241
@ -77,7 +77,7 @@ class EXIV2API AsfVideo : public Image {
|
||||
GUIDTag(unsigned int data1, unsigned short data2, unsigned short data3, std::array<byte, 8> 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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user