]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/stars.cxx
Trying to sort out name space confusing with SG_PI and SGD_PI and varients.
[simgear.git] / simgear / sky / stars.cxx
index c96a2080b00886fe0d903d225d2a949d5ddd1cbc..b2bf7c009549b6ca1ccf548990785ae80785e363 100644 (file)
@@ -41,9 +41,9 @@
 
 #include "stars.hxx"
 
-#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