Fix a compilation error on MSVC.

This commit is contained in:
Tsuda Kageyu 2014-10-16 07:19:31 +09:00
parent bd7419f0bd
commit a8bfcd81be
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ Frame *FrameFactory::createFrame(const ByteVector &origData, Header *tagHeader)
return new UnknownFrame(data, header);
}
void FrameFactory::rebuildAggregateFrames(Tag *tag) const
void FrameFactory::rebuildAggregateFrames(ID3v2::Tag *tag) const
{
if(tag->header()->majorVersion() < 4 &&
tag->frameList("TDRC").size() == 1 &&

View File

@ -99,7 +99,7 @@ namespace TagLib {
* have been deprecated and can't be upgraded directly.
*/
// BIC: Make virtual
void rebuildAggregateFrames(Tag *tag) const;
void rebuildAggregateFrames(ID3v2::Tag *tag) const;
/*!
* Returns the default text encoding for text frames. If setTextEncoding()