]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fix.hxx
FG_ to SG_ namespace changes.
[flightgear.git] / src / Navaids / fix.hxx
index 0915cedb84a05a431bf9f37c32730c1c2cdcf478..3f2e50083d8259c93ca75750bcc4e5abc886c0be 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifdef SG_HAVE_STD_INCLUDES
 #  include <istream>
-#elif defined( FG_HAVE_NATIVE_SGI_COMPILERS )
+#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <iostream.h>
 #elif defined( __BORLANDC__ )
 #  include <iostream>
 #  include <istream.h>
 #endif
 
-#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS )
-FG_USING_STD(istream);
+#if ! defined( SG_HAVE_NATIVE_SGI_COMPILERS )
+SG_USING_STD(istream);
 #endif
 
 #include STL_STRING
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 
 class FGFix {