Index: trunk/BNC/RTCM/RTCM2_2021.cpp
===================================================================
--- trunk/BNC/RTCM/RTCM2_2021.cpp	(revision 1045)
+++ trunk/BNC/RTCM/RTCM2_2021.cpp	(revision 1050)
@@ -183,5 +183,5 @@
 }
 
-std::ostream& rtcm2::operator << (std::ostream& out, const RTCM2_2021::HiResCorr& cc) {
+std::ostream& operator << (std::ostream& out, const RTCM2_2021::HiResCorr& cc) {
   out.setf(ios::fixed);
   out << setw(8) << setprecision(8) << cc.tt
Index: trunk/BNC/RTCM/RTCM2_2021.h
===================================================================
--- trunk/BNC/RTCM/RTCM2_2021.h	(revision 1045)
+++ trunk/BNC/RTCM/RTCM2_2021.h	(revision 1050)
@@ -74,3 +74,6 @@
   double dL2[3];
 };
+
 }; // end of namespace rtcm2
+
+
