Changed TagUnion to take the count of tags

This commit is contained in:
Tsuda Kageyu
2013-05-07 12:01:51 +09:00
parent 2d0644dca7
commit 8826ae2484
9 changed files with 62 additions and 69 deletions

View File

@ -57,6 +57,7 @@ public:
APELocation(-1),
APESize(0),
ID3v1Location(-1),
tag(2),
properties(0),
hasAPE(false),
hasID3v1(false) {}