]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a warning message.
authorcurt <curt>
Thu, 4 Apr 2002 20:48:21 +0000 (20:48 +0000)
committercurt <curt>
Thu, 4 Apr 2002 20:48:21 +0000 (20:48 +0000)
src/ATC/ATC.cxx

index e8410583596ff9e3a62d315cf17a40c3568f302f..86055ff992ede3abf860b9787a2b08a47ca0aad5 100644 (file)
@@ -31,6 +31,7 @@ void FGATC::AddPlane(string pid) {
 }
 
 int FGATC::RemovePlane() {
+    return 0;
 }
 
 void FGATC::SetDisplay() {