]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.cpp
index c16266c14b60e7d7817ff2cfb931be632befc9b4..50866ad1450fcdb101aed5af2f0916ea3a511085 100644 (file)
@@ -78,11 +78,11 @@ Prints to screen the follow:
 
 #include "uiuc_warnings_errors.h"
 
-SG_USING_STD (cerr);
-SG_USING_STD (endl);
+using std::cerr;
+using std::endl;
 
 #ifndef _MSC_VER
-SG_USING_STD (exit);
+using std::exit;
 #endif
 
 void uiuc_warnings_errors(int errorCode, std::string line)