X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fpavement.cxx;h=7e5f607636e4bfbfa0a2cae52a08a03f4231e777;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=e89d5ad92d928eeabd5f333231818c72e5485022;hpb=40586c77fd150e4f38211b5b02e6bc7430c4f52f;p=flightgear.git diff --git a/src/Airports/pavement.cxx b/src/Airports/pavement.cxx index e89d5ad92..7e5f60763 100755 --- a/src/Airports/pavement.cxx +++ b/src/Airports/pavement.cxx @@ -25,7 +25,7 @@ #include "pavement.hxx" FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) : - FGPositioned(TAXIWAY, aIdent, aPos, false) + FGPositioned(PAVEMENT, aIdent, aPos, false) { }