mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
docs typo
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@532016 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
985630d59a
commit
fca59f432e
@ -192,7 +192,7 @@ namespace TagLib {
|
||||
* TagLib::ID3v2::FrameList l = f.ID3v2Tag()->frameListMap()["TBPM"];
|
||||
*
|
||||
* if(!l.isEmpty())
|
||||
* std::cout << l.front().toString() << std::endl;
|
||||
* std::cout << l.front()->toString() << std::endl;
|
||||
* }
|
||||
*
|
||||
* \endcode
|
||||
|
Loading…
Reference in New Issue
Block a user