]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/gnnode.hxx
Stefan C. Müller :
[flightgear.git] / src / Airports / gnnode.hxx
index 9912600e68df184f6f832a795c4a9ed7ce8e87cc..aee5d6a81cbce3b3a4857fc3d8d5fcac9d1de5a9 100644 (file)
@@ -20,8 +20,8 @@
 #include <string>
 #include <simgear/compiler.h>
 
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::string;
+using std::vector;
 
 class FGTaxiSegment;
 typedef vector<FGTaxiSegment*>  FGTaxiSegmentVector;