Index: /trunk/archive/pslib/include/psImage.h
===================================================================
--- /trunk/archive/pslib/include/psImage.h	(revision 1658)
+++ /trunk/archive/pslib/include/psImage.h	(revision 1659)
@@ -27,6 +27,5 @@
     } data;
     const struct psImage *parent;	///< parent, if a subimage 
-    int Nchildren;			///< number of subimages 
-    struct psImage **children;		///< children of this region; array of Nchildren pointers
+    psArray *children;			///< children of this region
 } psImage;
 
