]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewmgr.cxx
Remove hard-coded values wherever possible;
[flightgear.git] / src / Main / viewmgr.cxx
index ea9fcd7a61d6eb09c4dcbba10238ac6912d3018a..bced660b5b3c274e9414583ce646ee611fd20782 100644 (file)
@@ -288,7 +288,7 @@ FGViewMgr::unbind ()
   fgUntie("/sim/current-view/viewer-y-m");
   fgUntie("/sim/current-view/viewer-z-m");
 
-  list<const char*>::const_iterator it;
+  std::list<const char*>::const_iterator it;
   for (it = tied_props.begin(); it != tied_props.end(); it++){
     fgUntie(*it);
   }