From: James Turner Date: Sun, 13 Nov 2011 20:33:25 +0000 (+0000) Subject: using std:: fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=906ef85d9012b31f26e0a1346961e5d3f166e46f;p=simgear.git using std:: fix --- 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;