]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atcdialog.hxx
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / ATC / atcdialog.hxx
index 2e1c4ada686af1a194e8e4f2677b9149e0a0e234..3125fd3e475e2e9a585cb9ed2f6ade38a20d44d3 100644 (file)
@@ -40,8 +40,8 @@
 #include <GUI/gui.h>           // mkDialog
 #include <GUI/new_gui.hxx>
 
-typedef vector<string> StringVec;
-typedef vector<string>:: iterator StringVecIterator;
+typedef std::vector<std::string> StringVec;
+typedef StringVec::iterator StringVecIterator;
 
 
 class FGATCDialogNew {