mirror of
https://github.com/taglib/taglib.git
synced 2025-11-17 07:02:53 -05:00
RIFF::WAV::Tag() returns TagUnion
This commit is contained in:
@ -57,7 +57,6 @@ public:
|
||||
APELocation(-1),
|
||||
APESize(0),
|
||||
ID3v1Location(-1),
|
||||
tag(2),
|
||||
properties(0),
|
||||
hasAPE(false),
|
||||
hasID3v1(false) {}
|
||||
@ -72,7 +71,7 @@ public:
|
||||
|
||||
offset_t ID3v1Location;
|
||||
|
||||
TagUnion tag;
|
||||
DoubleTagUnion tag;
|
||||
|
||||
AudioProperties *properties;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user