mirror of
https://github.com/taglib/taglib.git
synced 2025-11-13 05:02:54 -05:00
Inspection: Possibly uninitialized class member
This commit is contained in:
@ -39,7 +39,7 @@ public:
|
||||
pictureValue(ASF::Picture::fromInvalid())
|
||||
{
|
||||
}
|
||||
AttributeTypes type;
|
||||
AttributeTypes type { UnicodeType };
|
||||
String stringValue;
|
||||
ByteVector byteVectorValue;
|
||||
ASF::Picture pictureValue;
|
||||
|
||||
Reference in New Issue
Block a user