From: ehofman Date: Sun, 15 May 2005 09:34:04 +0000 (+0000) Subject: gcc fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdcb94af81b7694911910ad44845c47a35311de2;p=simgear.git gcc fix. --- diff --git a/simgear/environment/visual_enviro.hxx b/simgear/environment/visual_enviro.hxx index 695e1444..43c510f7 100644 --- a/simgear/environment/visual_enviro.hxx +++ b/simgear/environment/visual_enviro.hxx @@ -34,7 +34,7 @@ class SGSoundMgr; * Visual environment helper class. */ class SGEnviro { -friend SGLightning; +friend struct SGLightning; private: void DrawCone2(float baseRadius, float height, int slices, bool down, double rain_norm, double speed); void lt_update(void);