]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_recorder.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_recorder.cpp
index de7bd107efff6c0ecb28ffc9dbc34e274e1f8184..cd0ca2414392cf7c6a8fd64430b9f3bed2363125 100644 (file)
@@ -99,7 +99,7 @@
 
 #include "uiuc_recorder.h"
 
-SG_USING_STD(endl);            // -dw
+using std::endl;               // -dw
 
 void uiuc_recorder( double dt )
 {