]> git.mxchange.org Git - flightgear.git/commitdiff
Fix compiler warning
authordaveluff <daveluff>
Fri, 3 Jan 2003 15:01:16 +0000 (15:01 +0000)
committerdaveluff <daveluff>
Fri, 3 Jan 2003 15:01:16 +0000 (15:01 +0000)
src/ATC/ATCmgr.hxx

index 4289f74a69b94ddd4da22c350e5f5cba49ea1df4..99873ee4d5ce56938de16754ea1dadfb17fb7b00 100644 (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();