Index: trunk/archive/pslib/include/psAstrom.h
===================================================================
--- trunk/archive/pslib/include/psAstrom.h	(revision 221)
+++ trunk/archive/pslib/include/psAstrom.h	(revision 226)
@@ -88,5 +88,5 @@
 /** Array of cell descriptions */
 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
@@ -116,5 +116,5 @@
     double rotation;			//!< Rotation of OTA on the focal plane.  Specified from +x through +y
     psCellDescriptionArray *restrict cells; //!< Cell descriptions
-    psOTAAstrom *astrom;		//!< OTA astrometry
+    struct psOTAAstrom *astrom;		//!< OTA astrometry
     psExposure *exp;			//!< Exposure data
 } psOTADescription;
@@ -158,5 +158,5 @@
     psDoubleArray *restrict tp;		//!< Data needed to convert from the sky to the tangent plane and back;
 					//!< produced by and used by SLALib (a.k.a. "Wallace's Grommit")
-    enum psColorrRef colorRef;		//!< Colour reference
+    psColourRef colorRef;		//!< Colour reference
     /* Characterisation of the solution */
     float rmsX, rmsY;		        //!< Dispersion in astrometric solution
