]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewmgr.hxx
#591: night-time rendering issues, avoid negative color values
[flightgear.git] / src / Main / viewmgr.hxx
index 6461af11a90fdaad16b99e92ab235470d7610d67..4906f87f63be85aa77ea5ffc732daa835f1a9568 100644 (file)
@@ -76,7 +76,7 @@ public:
 private:
     void do_bind();
     
-    list<const char*> tied_props;
+    std::list<const char*> tied_props;
 
     double axis_long;
     double axis_lat;
@@ -140,7 +140,7 @@ private:
     
     bool inited;
     SGPropertyNode_ptr view_number;
-    vector<SGPropertyNode_ptr> config_list;
+    std::vector<SGPropertyNode_ptr> config_list;
     typedef std::vector<FGViewerPtr> viewer_list;
     viewer_list views;
     SGVec3d abs_viewer_position;