]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/gps.cxx
Allow setting of NED velocities.
[flightgear.git] / utils / GPSsmooth / gps.cxx
index 1a83e70c85a609fc3a5812f00f618826019ccc4e..fd783398f6ec197a045ba25b1bcd02b20b7dcc6f 100644 (file)
@@ -10,8 +10,8 @@
 
 #include "gps.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 
 GPSTrack::GPSTrack() {};