]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATCVoice.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / ATCDCL / ATCVoice.hxx
index 3185cc0234d0c30ac2c2a09fd2bef627af695fac..bdd2b0a491002a6dd5b46893f57818cc2ef3a42f 100644 (file)
@@ -30,9 +30,9 @@
 
 #include <simgear/sound/sample_openal.hxx>
 
-SG_USING_STD(map);
-SG_USING_STD(list);
-SG_USING_STD(string);
+using std::map;
+using std::list;
+using std::string;
 
 
 struct WordData {