1
0
Fork 0

Remove un-needed typedef

This commit is contained in:
daveluff 2003-03-24 11:05:25 +00:00
parent b71e0774d6
commit 3be0e17e66

View file

@ -132,7 +132,7 @@ typedef gate_map_type::iterator gate_map_iterator;
typedef gate_map_type::const_iterator gate_map_const_iterator;
// Runways - all the runway stuff is likely to change in the future
typedef struct Rwy {
struct Rwy {
int id; //note this is a very simplified scheme for now - R & L are not differentiated
//It should work for simple one rwy airports
node_array_type exits; //Array of available exits from runway