Jonathan Polley writes: > > > Any more ideas? maybe
$ cvs diff ATCVoice.cxx Index: ATCVoice.cxx =================================================================== RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/ATC/ATCVoice.cxx,v retrieving revision 1.2 diff -r1.2 ATCVoice.cxx 96a97,98 > typedef list < string > tokenList_type; > typedef tokenList_type::iterator tokenListItr_type; 105,106c107,108 < list < string > tokenList; < list < string >::iterator tokenListItr; --- > tokenList_type tokenList; > tokenListItr_type tokenListItr; HTH Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
