From 5fc3e5c1927edef2b0bbb0389a406bea56b8c47a Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sat, 20 Jan 2024 22:21:03 +0100 Subject: [PATCH] Inspection: Possibly uninitialized class member --- taglib/asf/asfattribute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/asf/asfattribute.cpp b/taglib/asf/asfattribute.cpp index 7e691e6a..867770ef 100644 --- a/taglib/asf/asfattribute.cpp +++ b/taglib/asf/asfattribute.cpp @@ -39,7 +39,7 @@ public: pictureValue(ASF::Picture::fromInvalid()) { } - AttributeTypes type; + AttributeTypes type { UnicodeType }; String stringValue; ByteVector byteVectorValue; ASF::Picture pictureValue;