]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/fgstream.hxx
fg_traits.hxx -> sg_traits.hxx
[simgear.git] / simgear / misc / fgstream.hxx
index c990dd064af6f74815d36f56e41a2a55e513d66a..a7385fc7f4a9c2c3479bfa440e4f68f740344b5f 100644 (file)
@@ -36,7 +36,7 @@
 
 #if defined( SG_HAVE_STD_INCLUDES )
 #  include <istream>
-#elif defined ( FG_HAVE_NATIVE_SGI_COMPILERS )
+#elif defined ( SG_HAVE_NATIVE_SGI_COMPILERS )
 #  include <CC/stream.h>
 #elif defined ( __BORLANDC__ )
 #  include <iostream>
 
 #include <simgear/misc/zfstream.hxx>
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
-#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_STD(istream);
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
+SG_USING_STD(istream);
 #endif