Index: trunk/BNC/RTCM/GPSDecoder.h
===================================================================
--- trunk/BNC/RTCM/GPSDecoder.h	(revision 2588)
+++ trunk/BNC/RTCM/GPSDecoder.h	(revision 2667)
@@ -42,5 +42,5 @@
     satSys(' '),
     satNum(0),
-    slot(0),
+    slotNum(0),
     GPSWeek(0),
     GPSWeeks(0.0),
@@ -65,5 +65,5 @@
   char   satSys;        // Satellite System ('G' or 'R')
   int    satNum;        // Satellite Number (PRN for GPS NAVSTAR)
-  int    slot;          // Slot Number (for Glonass)
+  int    slotNum;       // Slot Number (for Glonass)
   int    GPSWeek;       // Week of GPS-Time
   double GPSWeeks;      // Second of Week (GPS-Time)
@@ -95,5 +95,5 @@
     _o.satSys        = 'G';
     _o.satNum        = 0;
-    _o.slot          = 0;
+    _o.slotNum       = 0;
     _o.GPSWeek       = 0;
     _o.GPSWeeks      = 0.0;
