From ea99c0421c436c3b3a65bfb8aba47b7448888450 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 4 Apr 2002 20:48:21 +0000 Subject: [PATCH] Fix a warning message. --- src/ATC/ATC.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ATC/ATC.cxx b/src/ATC/ATC.cxx index e84105835..86055ff99 100644 --- a/src/ATC/ATC.cxx +++ b/src/ATC/ATC.cxx @@ -31,6 +31,7 @@ void FGATC::AddPlane(string pid) { } int FGATC::RemovePlane() { + return 0; } void FGATC::SetDisplay() { -- 2.39.5