*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / MethodDeclaration.java
index 1118963..615fc04 100644 (file)
@@ -160,7 +160,7 @@ public class MethodDeclaration extends Statement implements OutlineableWithChild
     if (arguments != null) {
       final Enumeration vars = arguments.keys();
       while (vars.hasMoreElements()) {
-        list.add(new VariableUsage((String) vars.nextElement(), sourceStart));
+        list.add(new VariableUsage((String) vars.nextElement(), getSourceStart()));
       }
     }