1
0
Fork 0

Fix compiler warning

This commit is contained in:
daveluff 2003-01-03 15:01:16 +00:00
parent 9ff659bba7
commit 7ae6c2010d

View file

@ -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();