Index: trunk/archive/pslib/include/psObjects.h
===================================================================
--- trunk/archive/pslib/include/psObjects.h	(revision 211)
+++ trunk/archive/pslib/include/psObjects.h	(revision 226)
@@ -46,9 +46,9 @@
 /** An assembly of objects */
 typedef struct {
-    enum psType type;			//!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
+    psType type;			//!< Type of data.  THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!
     int size;				//!< Total number of elements available
     int n;				//!< Number of elements in use
     psObject *arr;			//!< The array data
-} psVectorArray;
+} psObjectArray;
 
 /** Constructor */
