Fix warning

Fix create HAVE_ZLIB variable


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@611286 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Laurent Montel
2006-12-07 14:13:46 +00:00
parent 2697c96ff7
commit df614076d8
4 changed files with 5 additions and 3 deletions

View File

@ -55,6 +55,7 @@ namespace TagLib {
class StringHandler
{
public:
virtual ~StringHandler(){}
/*!
* Decode a string from \a data. The default implementation assumes that
* \a data is an ISO-8859-1 (Latin1) character array.