]> git.mxchange.org Git - simgear.git/commitdiff
MSVC fix.
authorehofman <ehofman>
Sun, 22 May 2005 07:35:39 +0000 (07:35 +0000)
committerehofman <ehofman>
Sun, 22 May 2005 07:35:39 +0000 (07:35 +0000)
simgear/environment/visual_enviro.hxx

index 43c510f77e6cc924b8bce5e58a912e11c49e5918..6e2e7d5334caeeeee7b5eeea08ab5296c9335f54 100644 (file)
@@ -34,7 +34,7 @@ class SGSoundMgr;
  * Visual environment helper class.
  */
 class SGEnviro {
-friend struct SGLightning;
+friend class SGLightning;
 private:
        void DrawCone2(float baseRadius, float height, int slices, bool down, double rain_norm, double speed);
        void lt_update(void);