RIFF::WAV::Tag() returns TagUnion

This commit is contained in:
Tsuda Kageyu
2013-05-21 12:17:19 +09:00
parent a30f992106
commit 1f08a8d7c6
12 changed files with 196 additions and 179 deletions

View File

@ -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;