]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/MetarStation.cpp
FG_ to SG_ namespace changes.
[simgear.git] / simgear / metar / MetarStation.cpp
index 935c8a8ae1383ef2aa2ffbe25424ff15757673af..a2122f6df2dd00a38b9c99f6f88dbc0adb4c5469 100644 (file)
 
 #include <simgear/misc/fgpath.hxx>
 
-#if !defined (FG_HAVE_NATIVE_SGI_COMPILERS)
-FG_USING_STD(ostream);
-FG_USING_STD(cout);
-FG_USING_STD(endl);
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(ostream);
+SG_USING_STD(cout);
+SG_USING_STD(endl);
 #endif