]> git.mxchange.org Git - flightgear.git/commit
Somewhere along the line in the recent changes some std::cout were
authorcurt <curt>
Mon, 18 Mar 2002 19:46:24 +0000 (19:46 +0000)
committercurt <curt>
Mon, 18 Mar 2002 19:46:24 +0000 (19:46 +0000)
commita2acc953ae337d45954382904e0d1ea6c63b48a0
tree5c2272341db0033be159c2ef485f0fa5ef5f5250
parent586d7f127a99cafe76be33a0545c9c6f745f410d
Somewhere along the line in the recent changes some std::cout were
inclueded in some of the files. Irix doesn't have cout in the std class,
so I changed it to "cout" and included SG_USING_NAMESPACE(std) at the
beginning of the files.
And some minor warning cleanups.
src/FDM/LaRCsimIC.hxx
src/Main/fg_io.cxx
src/Network/garmin.cxx
src/Network/nmea.cxx