]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_menu_Cm.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_menu_Cm.cpp
index 4c16d62478d82308e1d473e27b5292c5d8e46692..ba21aab2a0bd0f7df358b92fd7532f006140a817 100644 (file)
 
 #include "uiuc_menu_Cm.h"
 
-SG_USING_STD(cerr);
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cerr;
+using std::cout;
+using std::endl;
 
 #ifndef _MSC_VER
-SG_USING_STD(exit);
+using std::exit;
 #endif
 
 void parse_Cm( const string& linetoken2, const string& linetoken3,