]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/MetarStation.h
Patch from Erik Hofman:
[simgear.git] / simgear / metar / MetarStation.h
index 094e72593d888100eed1668dece4a637b03c49b3..d551c596480e8263e2c6aae556597a7d8ec535ab 100644 (file)
@@ -18,9 +18,9 @@
 #include <simgear/math/point3d.hxx>
 #include <simgear/math/polar3d.hxx>
 
-FG_USING_STD(string);
-FG_USING_STD(vector);
-FG_USING_STD(map);
+SG_USING_STD(string);
+SG_USING_STD(vector);
+SG_USING_STD(map);
 
 class CMetarStationDB;
 
@@ -73,7 +73,7 @@ public:
        char pFlag() { return m_pFlag; }
                        // Get attributes
 
-    friend std::ostream& operator << ( std::ostream&, const CMetarStation& );
+    friend ostream& operator << ( ostream&, const CMetarStation& );
        void dump();
        
 
@@ -88,7 +88,7 @@ private:
                const CMetarStation &rObj );
                        // Assignment operator.  Not implemented.
 
-       friend CMetarStationDB;
+       friend class CMetarStationDB;
 };