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:
Nick Shaforostoff
2011-01-28 13:18:36 +00:00
parent 299e3f0ad6
commit c56c0a3d0c
3 changed files with 15 additions and 1 deletions
+3
View File
@@ -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;