mirror of
https://github.com/taglib/taglib.git
synced 2025-09-19 19:34:42 -04: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