]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/props.hxx
fg_traits.hxx -> sg_traits.hxx
[simgear.git] / simgear / misc / props.hxx
index f1e23464f1ee644675d27b79dd2abf4a890a74eb..1e059090322dccd46521e9a25efe03dc9b05dc78 100644 (file)
 #include <vector>
 #include STL_IOSTREAM
 
-FG_USING_STD(string);
-FG_USING_STD(vector);
-#if !defined(FG_HAVE_NATIVE_SGI_COMPILERS)
-FG_USING_STD(istream);
-FG_USING_STD(ostream);
+SG_USING_STD(string);
+SG_USING_STD(vector);
+#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(istream);
+SG_USING_STD(ostream);
 #endif
 
 #ifdef ALIAS