]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCdisplay.hxx
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / ATC / ATCdisplay.hxx
index 867dc7ea07942eac8348a7cad5b4e1a542a74860..5667a9d16a4a7f3c613114860f842734de97b259 100644 (file)
@@ -41,7 +41,7 @@ struct atcMessage {
 
 // ASSUMPTION - with two radios the list won't be long so we don't need to map the id's
 typedef vector<atcMessage> atcMessageList;
-typedef vector<atcMessage>::iterator atcMessageListIterator;
+typedef atcMessageList::iterator atcMessageListIterator;
 
 class FGATCDisplay {