X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fpavement.cxx;h=dbb57d147068888e32495b51df1daf7de7dd35c8;hb=a7e4f2a971acf2262cd1a5840c774a7d8a784a4b;hp=e89d5ad92d928eeabd5f333231818c72e5485022;hpb=40586c77fd150e4f38211b5b02e6bc7430c4f52f;p=flightgear.git diff --git a/src/Airports/pavement.cxx b/src/Airports/pavement.cxx old mode 100755 new mode 100644 index e89d5ad92..dbb57d147 --- a/src/Airports/pavement.cxx +++ b/src/Airports/pavement.cxx @@ -24,8 +24,8 @@ #include "pavement.hxx" -FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) : - FGPositioned(TAXIWAY, aIdent, aPos, false) +FGPavement::FGPavement(PositionedID aGuid, const std::string& aIdent, const SGGeod& aPos) : + FGPositioned(aGuid, PAVEMENT, aIdent, aPos) { }