]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/props_test.cxx
fg_traits.hxx -> sg_traits.hxx
[simgear.git] / simgear / misc / props_test.cxx
index 9a0487ccb314f2c009f97c75ad3d7a952d434909..3ee2552d35349a809e21f7e4d4cd0c6509f56ef5 100644 (file)
@@ -12,9 +12,9 @@
 #include STL_IOSTREAM
 #include "props.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