]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewmgr.hxx
Merge branch 'jt/runway' into next
[flightgear.git] / src / Main / viewmgr.hxx
index 1823cbbf45b557959446e88d5ceff6cc32d24a96..ea4470fbb6a93bbd0dd78d416b611b3fcb83166c 100644 (file)
@@ -36,7 +36,7 @@
 #include "fg_props.hxx"
 #include "viewer.hxx"
 
-SG_USING_STD(vector);
+using std::vector;
 
 
 // Define a structure containing view information
@@ -152,6 +152,7 @@ private:
     vector<SGPropertyNode_ptr> config_list;
     typedef vector<SGSharedPtr<FGViewer> > viewer_list;
     viewer_list views;
+    SGVec3d abs_viewer_position;
 
     int current;