Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / PHPOutlineInfo.java
index a36a277..9da892a 100644 (file)
@@ -1,7 +1,5 @@
 package net.sourceforge.phpdt.internal.compiler.parser;
 
-import net.sourceforge.phpdt.internal.compiler.ast.PHPDocument;
-
 import java.util.TreeSet;
 
 /**
@@ -30,7 +28,7 @@ public class PHPOutlineInfo {
     return fDeclarations;
   }
 
-  public boolean add(PHPFunctionDeclaration o) {
+  public boolean add(OutlineableWithChildren o) {
     return fDeclarations.add(o);
   }