]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.hxx
Merge branch 'timoore/mat-effect'
[simgear.git] / simgear / io / sg_serial.hxx
index d1c22ab9d3ca2547d3ef09794eb4bd18c5710e79..85a92e1c1aac1f2ea3bb4685b5ce83c3c6a7315f 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "iochannel.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 /**
  * A serial I/O class based on SGIOChannel.