X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fsidstar.cxx;h=af7a020c958de0b769908283f9b7e878c17ab7db;hb=e7dec994b80c409f59e6fafaeee57c5a98181c4a;hp=e19ff192577548b868e48a372f5ce002c12e1eab;hpb=2c1de98ef327f22781bf98e297be99f5121477a8;p=flightgear.git diff --git a/src/Airports/sidstar.cxx b/src/Airports/sidstar.cxx index e19ff1925..af7a020c9 100644 --- a/src/Airports/sidstar.cxx +++ b/src/Airports/sidstar.cxx @@ -28,15 +28,14 @@ #include #include - - -#include - +#include +#include #include "sidstar.hxx" using std::cerr; using std::endl; +using std::string; FGSidStar::FGSidStar(FGAirport *ap) { id = ap->getId(); @@ -46,7 +45,6 @@ FGSidStar::FGSidStar(FGAirport *ap) { FGSidStar::FGSidStar(const FGSidStar &other) { cerr << "TODO" << endl; - exit(1); } void FGSidStar::load(SGPath filename) { @@ -119,4 +117,4 @@ FGAIFlightPlan *FGSidStar::getBest(string activeRunway, double heading) } else { return 0; } -} \ No newline at end of file +}