mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Inspection: Possibly uninitialized class member
This commit is contained in:
parent
570b40bdcd
commit
5fc3e5c192
@ -39,7 +39,7 @@ public:
|
||||
pictureValue(ASF::Picture::fromInvalid())
|
||||
{
|
||||
}
|
||||
AttributeTypes type;
|
||||
AttributeTypes type { UnicodeType };
|
||||
String stringValue;
|
||||
ByteVector byteVectorValue;
|
||||
ASF::Picture pictureValue;
|
||||
|
Loading…
Reference in New Issue
Block a user