From 906ef85d9012b31f26e0a1346961e5d3f166e46f Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 13 Nov 2011 20:33:25 +0000 Subject: [PATCH] using std:: fix --- simgear/scene/sky/sky.hxx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/simgear/scene/sky/sky.hxx b/simgear/scene/sky/sky.hxx index 33673ca6..c4924100 100644 --- a/simgear/scene/sky/sky.hxx +++ b/simgear/scene/sky/sky.hxx @@ -53,14 +53,11 @@ #include #include -using std::vector; - - typedef struct { - SGVec3d pos; - SGGeod pos_geod; - SGQuatd ori; - double spin; + SGVec3d pos; + SGGeod pos_geod; + SGQuatd ori; + double spin; double gst; double sun_dist; double moon_dist; @@ -69,8 +66,8 @@ typedef struct { typedef struct { SGVec3f sky_color; - SGVec3f adj_sky_color; - SGVec3f fog_color; + SGVec3f adj_sky_color; + SGVec3f fog_color; SGVec3f cloud_color; double sun_angle, moon_angle; } SGSkyColor; -- 2.39.5