From 6d5e37f674cafe0e0cb2a7fbe70945a7c34421db Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 27 Jul 2005 07:59:59 +0000 Subject: [PATCH] MacOS-X fix. --- src/Cockpit/hud.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5