X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Frunways.cxx;h=503f298f401b7850c00486b7a4c4fc246acd82b2;hb=3297ac354430bb6d34247edd76a393dace21c9e4;hp=856c3e5dc0ba82f6dc0e55cc06657bc7d2972456;hpb=c81fbb937a2393af8885be0fbaf075348ec631f8;p=flightgear.git diff --git a/src/Airports/runways.cxx b/src/Airports/runways.cxx index 856c3e5dc..503f298f4 100644 --- a/src/Airports/runways.cxx +++ b/src/Airports/runways.cxx @@ -126,7 +126,7 @@ static string GetReverseRunwayNo(string rwyno) { << rwyno << " passed to GetReverseRunwayNo(...)"); } } - return((string)buf); + return(buf); }