Index: trunk/BNC/src/RTCM/GPSDecoder.h
===================================================================
--- trunk/BNC/src/RTCM/GPSDecoder.h	(revision 4560)
+++ trunk/BNC/src/RTCM/GPSDecoder.h	(revision 4608)
@@ -60,4 +60,7 @@
     snrL2 = 0;
     snrL5 = 0;
+    slipL1 = false;
+    slipL2 = false;
+    slipL5 = false;
   }
 
@@ -81,4 +84,8 @@
   int    snrL2;  // s = int(floor(SNR/6)); if (s > 9) s = 9; if (s < 1) s = 1;
   int    snrL5;
+
+  bool   slipL1;
+  bool   slipL2;
+  bool   slipL5;
   
   double             _measdata[GNSSENTRY_NUMBER];  // data fields */ 
