]> git.mxchange.org Git - flightgear.git/commit
Fixes for compiling with gcc 4.3
authortimoore <timoore>
Sun, 13 Apr 2008 21:12:36 +0000 (21:12 +0000)
committertimoore <timoore>
Sun, 13 Apr 2008 21:12:36 +0000 (21:12 +0000)
commitebf2e996e9a8b29da46a361c4339e412c7bcb2e8
tree649c17ebe6f356c17a2a30372463adcc9659b711
parent3bc15df56b382c8ba16b4a54f1e69720d4c1b4f2
Fixes for compiling with gcc 4.3

Include standard header files and qualify with std:: where needed.

Qualify various char parameters and variables with const.
13 files changed:
src/Airports/dynamicloader.cxx
src/Airports/runwayprefloader.cxx
src/Airports/runways.cxx
src/FDM/JSBSim/input_output/FGfdmSocket.cpp
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/Airplane.hpp
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/FGFDM.hpp
src/FDM/YASim/yasim-test.cpp
src/GUI/gui.h
src/GUI/gui_funcs.cxx
src/Main/util.cxx
utils/GPSsmooth/UGear_command.cxx