]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/interpolater.cxx
MINGW patch by Csaba Halasz
[simgear.git] / simgear / math / interpolater.cxx
index 6502ba5a2f6bd8caaab8613a89442c7f0ce1acde..2b6824f26b247906887d502153e83469881b5e10 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "interpolater.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 // Constructor -- starts with an empty table.
 SGInterpTable::SGInterpTable()