]> git.mxchange.org Git - flightgear.git/commitdiff
MacOS-X fix.
authorehofman <ehofman>
Wed, 27 Jul 2005 07:59:59 +0000 (07:59 +0000)
committerehofman <ehofman>
Wed, 27 Jul 2005 07:59:59 +0000 (07:59 +0000)
src/Cockpit/hud.hxx

index 5b9530327d2ffcd4c8b69274fe589e21fe897442..c9cfbd16ebb1ab8e86786c74d29594db956c3780 100644 (file)
@@ -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;