Return a XiphComment here -- that still satisfies the overload of

TagLib::File::tag() since return types aren't mangled into the symbol
names.


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@302627 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2004-04-10 15:36:17 +00:00
parent 6f3480a1b3
commit 92289b8df9
2 changed files with 3 additions and 3 deletions

View File

@ -76,12 +76,12 @@ Ogg::FLAC::File::~File()
delete d;
}
TagLib::Tag* Ogg::FLAC::File::tag() const
Ogg::XiphComment *Ogg::FLAC::File::tag() const
{
return d->comment;
}
Properties* Ogg::FLAC::File::audioProperties() const
Properties *Ogg::FLAC::File::audioProperties() const
{
return d->properties;
}

View File

@ -73,7 +73,7 @@ namespace TagLib {
/*!
* Returns the Tag for this file. This will always be a XiphComment.
*/
virtual TagLib::Tag *tag() const;
virtual XiphComment *tag() const;
/*!
* Returns the FLAC::Properties for this file. If no audio properties