]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sphere.cxx
FG_ to SG_ namespace changes.
[simgear.git] / simgear / sky / sphere.cxx
index 0993d6ad99251159c6fa6914eae010a7c89ae2bf..f16bcf4fdeec381a1fce3da978e865d93af03870 100644 (file)
@@ -34,9 +34,9 @@
 #include <plib/sg.h>
 #include <plib/ssg.h>
 
-#if !defined (FG_HAVE_NATIVE_SGI_COMPILERS)
-FG_USING_STD(cout);
-FG_USING_STD(endl);
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(cout);
+SG_USING_STD(endl);
 #endif