*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / PHPOutlineInfo.java
index a36a277..95bd22b 100644 (file)
@@ -30,7 +30,7 @@ public class PHPOutlineInfo {
     return fDeclarations;
   }
 
-  public boolean add(PHPFunctionDeclaration o) {
+  public boolean add(OutlineableWithChildren o) {
     return fDeclarations.add(o);
   }