]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/shadowvolume.hxx
Improved tile cache priority scheme.
[simgear.git] / simgear / scene / model / shadowvolume.hxx
index 8f5ebcde51d8589a128994b6d3c5aaec187315d0..1f4f3f5677c4c6e7dab7f45c838a9fd1f5052c0a 100644 (file)
@@ -29,8 +29,8 @@
 #include <vector>
 #include <map>
 
-SG_USING_STD(vector);
-SG_USING_STD(map);
+using std::vector;
+using std::map;
 
 class ssgBranch;
 class ssgLeaf;