]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runwayprefloader.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Airports / runwayprefloader.hxx
index 56a62eed3f049de5d77031779f088c8e17061ea2..f86fd327ee55d9b114bd0d028e138e2b2ae87e9a 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "runwayprefs.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 class FGRunwayPreferenceXMLLoader : public XMLVisitor {
 public: