Do this the way the other BIC notes are listed.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@739325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2007-11-20 21:14:20 +00:00
parent f8736f0fe9
commit 363dbf569f

View File

@ -60,12 +60,8 @@ namespace TagLib {
class TAGLIB_EXPORT StringHandler
{
public:
// do not fix compiler warning about missing virtual destructor
// since this would not be binary compatible
// let Scott fix it whenever he thinks BIC changes can next be applied
/*!
* Destroys this StringHandler instance.
*/
// BIC: Add virtual destructor.
/*!
* Decode a string from \a data. The default implementation assumes that
* \a data is an ISO-8859-1 (Latin1) character array.