From: Scott Wheeler Date: Sun, 4 Sep 2005 20:06:27 +0000 (+0000) Subject: Fix the documentation for this method. X-Git-Tag: v1.5~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78c4c18e37cefb0793f04f4587e48c4a6ec06aea;p=taglib Fix the documentation for this method. CCMAIL:Umesh Shankar git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@457127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/fileref.h b/fileref.h index 6fd9fddb..fa435eb9 100644 --- a/fileref.h +++ b/fileref.h @@ -68,7 +68,7 @@ namespace TagLib { * * class MyFileTypeResolver : FileTypeResolver * { - * TagLib::File *createFile(const char *fileName) + * TagLib::File *createFile(const char *fileName, bool, AudioProperties::ReadStyle) * { * if(someCheckForAnMP3File(fileName)) * return new TagLib::MPEG::File(fileName);