diff -r 5dc02b23752f -r 3e2da88830cd tools/qdoc3/javacodemarker.cpp --- a/tools/qdoc3/javacodemarker.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/tools/qdoc3/javacodemarker.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -155,8 +155,10 @@ return QList
(); } -const Node *JavaCodeMarker::resolveTarget(const QString &target, const Tree *tree, - const Node *relative) +const Node *JavaCodeMarker::resolveTarget(const QString &target, + const Tree *tree, + const Node *relative, + const Node* /* self */) { if (target.endsWith("()")) { const FunctionNode *func;