Inspection: Possibly uninitialized class member

This commit is contained in:
Urs Fleisch 2024-01-20 22:21:03 +01:00
parent 570b40bdcd
commit 5fc3e5c192

View File

@ -39,7 +39,7 @@ public:
pictureValue(ASF::Picture::fromInvalid())
{
}
AttributeTypes type;
AttributeTypes type { UnicodeType };
String stringValue;
ByteVector byteVectorValue;
ASF::Picture pictureValue;