]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values_test.cxx
temporarily remove listener (viewer) and source offsets. they mess things up
[simgear.git] / simgear / misc / tabbed_values_test.cxx
index 53bba88dafe5ce7ffb18b754bede306cc3cd9729..64f3b60241ffb9e59b9a82e80f613926b27e85b1 100644 (file)
@@ -7,9 +7,9 @@
 #include <iostream>
 #include "tabbed_values.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(cerr);
-SG_USING_STD(endl);
+using std::cout;
+using std::cerr;
+using std::endl;
 
 
 int main (int ac, char ** av)