]> git.mxchange.org Git - simgear.git/commitdiff
gcc fix.
authorehofman <ehofman>
Sun, 15 May 2005 09:34:04 +0000 (09:34 +0000)
committerehofman <ehofman>
Sun, 15 May 2005 09:34:04 +0000 (09:34 +0000)
simgear/environment/visual_enviro.hxx

index 695e14440532d983cc824ab5fbf3a4c0d6a11871..43c510f77e6cc924b8bce5e58a912e11c49e5918 100644 (file)
@@ -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);