From 430ba60b3364735a39ba7d6fbfc9765c18f50074 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 22 May 2005 07:35:39 +0000 Subject: [PATCH] MSVC fix. --- simgear/environment/visual_enviro.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/environment/visual_enviro.hxx b/simgear/environment/visual_enviro.hxx index 43c510f7..6e2e7d53 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 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); -- 2.39.5