Fix potential fallthrough

This commit is contained in:
Stephen F. Booth 2023-12-17 17:17:28 -06:00 committed by Urs Fleisch
parent 034262c518
commit 4775c83d8d

View File

@ -250,6 +250,7 @@ int ASF::Attribute::dataSize() const
case BytesType:
if(d->pictureValue.isValid())
return d->pictureValue.dataSize();
break;
case GuidType:
return d->byteVectorValue.size();
}