Remove un-needed typedef
This commit is contained in:
parent
b71e0774d6
commit
3be0e17e66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue