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
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;
}
/*!
* 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