tools/qdoc3/javacodemarker.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- 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<Section>();
 }
 
-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;