]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/MetarReport.h
SG_ namespace.
[simgear.git] / simgear / metar / MetarReport.h
index 1d7b7857b1dbd27d5ae5baaf79ed1570b4d4c3a9..21715a37eaf936f2aa64f324ce148b9257118756 100644 (file)
@@ -16,7 +16,7 @@
 #include <simgear/math/point3d.hxx>
 #include <simgear/math/polar3d.hxx>
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 class CMetarReport
 {
@@ -117,6 +117,6 @@ private:
                        // Assignment operator.  Not implemented.
 };
 
-std::ostream& operator << ( std::ostream&, CMetarReport& );
+ostream& operator << ( ostream&, CMetarReport& );
 
 #endif