Index: src/htmlgen.cpp =================================================================== RCS file: /u/kp3softd/cvsroot/src/htmlgen.cpp,v retrieving revision 1.71 diff -u -r1.71 htmlgen.cpp --- src/htmlgen.cpp 2002/05/26 18:59:19 1.71 +++ src/htmlgen.cpp 2003/03/08 02:46:13 @@ -340,9 +340,9 @@ } void HtmlGenerator::startDoxyAnchor(const char *,const char *, - const char *anchor, const char *name) + const char *anchor, const char *) { - t << ""; + t << ""; } void HtmlGenerator::endDoxyAnchor(const char *,const char *)