Index: trunk/BNC/RTCM/GPSDecoder.h
===================================================================
--- trunk/BNC/RTCM/GPSDecoder.h	(revision 1218)
+++ trunk/BNC/RTCM/GPSDecoder.h	(revision 1239)
@@ -31,4 +31,5 @@
 #include <QPointer>
 #include <QList>
+#include <QStringList>
 
 #include "bncconst.h"
@@ -138,5 +139,5 @@
   QList<int> _typeList; // RTCMv3 message types
   QList<int> _epochList; // Broadcast corrections
-  QList<char*> _antType; // RTCMv3 antenna descriptor
+  QStringList _antType; // RTCMv3 antenna descriptor
   QList<double> _antList5; // RTCMv3 antenna XYZ
   QList<double> _antList6; // RTCMv3 antenna XYZ & H
