]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values.hxx
Better error reporting for effects
[simgear.git] / simgear / misc / tabbed_values.hxx
index cc7335f7f321d0b90ee85a6c3e8bc535f0765af5..146ba36834e69985006c92731f8a273e21da1fce 100644 (file)
@@ -28,8 +28,8 @@
 #include <vector>
 #include <string>
 
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::vector;
+using std::string;
 
 class SGTabbedValues
 {