]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/props_test.cxx
- made getValue methods protected, so that they won't be invoked outside
[simgear.git] / simgear / misc / props_test.cxx
index 9a0487ccb314f2c009f97c75ad3d7a952d434909..8d18162d4e12314f19952b918bfbf8d77453d05a 100644 (file)
@@ -3,18 +3,15 @@
 // Test harness.
 ////////////////////////////////////////////////////////////////////////
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #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(cerr);
+SG_USING_STD(endl);
 #endif