]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.hxx
only unhide the cursor if it was actually hidden
[flightgear.git] / src / Input / input.hxx
index 9491685ec7315ce46857428a3d3a19e6a330175f..e71d8620e17ca37307784c2a9154ee4081c35177 100644 (file)
@@ -48,8 +48,8 @@
 #include <list>
 #include <vector>
 
-SG_USING_STD(map);
-SG_USING_STD(vector);
+using std::map;
+using std::vector;
 
 
 \f