mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
fix crash on wma file parsing, add clarifications to API docs
CCMAIL: [email protected] git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1217766 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@@ -149,6 +149,9 @@ namespace TagLib {
|
||||
* \warning This pointer will become invalid when this FileRef and all
|
||||
* copies pass out of scope.
|
||||
*
|
||||
* \warning Do not cast it to any subclasses of \class Tag.
|
||||
* Use tag returning methods of appropriate subclasses of \class File instead.
|
||||
*
|
||||
* \see File::tag()
|
||||
*/
|
||||
Tag *tag() const;
|
||||
|
||||
Reference in New Issue
Block a user