From: curt Date: Thu, 4 Apr 2002 20:48:21 +0000 (+0000) Subject: Fix a warning message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea99c0421c436c3b3a65bfb8aba47b7448888450;p=flightgear.git Fix a warning message. --- 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() {