Fix compiler warning
This commit is contained in:
parent
9ff659bba7
commit
7ae6c2010d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ private:
|
|||
void RemoveFromList(const char* id, atc_type tp);
|
||||
|
||||
// Return a pointer to a class in the list (external interface to this is through GetATCPointer)
|
||||
FGATC* FGATCMgr::FindInList(const char* id, atc_type tp);
|
||||
FGATC* FindInList(const char* id, atc_type tp);
|
||||
|
||||
// Search a specified freq for matching stations
|
||||
void Search();
|
||||
|
|
Loading…
Add table
Reference in a new issue