From: ehofman Date: Wed, 27 Jul 2005 07:59:59 +0000 (+0000) Subject: MacOS-X fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d5e37f674cafe0e0cb2a7fbe70945a7c34421db;p=flightgear.git MacOS-X fix. --- diff --git a/src/Cockpit/hud.hxx b/src/Cockpit/hud.hxx index 5b9530327..c9cfbd16e 100644 --- a/src/Cockpit/hud.hxx +++ b/src/Cockpit/hud.hxx @@ -698,7 +698,7 @@ private: sgdVec3 points3d[6],points2d[6]; double mm[16],pm[16], arrowScale, arrowRad, lnScale, scaleDist, default_pitch, default_heading; - int view[4]; + GLint view[4]; FGRunway runway; FGViewer* cockpit_view; unsigned short stippleOut,stippleCen;