]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.hxx
Bugfix: set temp and dewpoint from the gui
[flightgear.git] / src / GUI / new_gui.hxx
index 3fb1703d2d2a30211a8fe9a42b246f448bf50d13..6bc2707157eec18780bbf377ecab6b9441d24a75 100644 (file)
@@ -22,9 +22,9 @@
 #include <vector>
 #include <map>
 
-SG_USING_STD(vector);
-SG_USING_STD(map);
-SG_USING_STD(string);
+using std::vector;
+using std::map;
+using std::string;
 
 #include <Main/fg_props.hxx>