X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fdecode_binobj.cxx;h=302648bda8f67c5668483d5368d1918a5bcf710d;hb=1b2915aa2a73317e9c53af968bad8c3c53f33bbb;hp=f2af87d88d058d9969bbb8fb464bc8c8a077eb8b;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/io/decode_binobj.cxx b/simgear/io/decode_binobj.cxx index f2af87d8..302648bd 100644 --- a/simgear/io/decode_binobj.cxx +++ b/simgear/io/decode_binobj.cxx @@ -9,8 +9,8 @@ #include "sg_binobj.hxx" -SG_USING_STD(cout); -SG_USING_STD(endl); +using std::cout; +using std::endl; int main( int argc, char **argv ) {