mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
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:
parent
6f3480a1b3
commit
92289b8df9
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user