X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FAirports%2Fpavement.hxx;h=c9a45806a06d94b035859dc8d9af9280f81e7458;hb=e7dec994b80c409f59e6fafaeee57c5a98181c4a;hp=9137cfc3693db858cf13d5307c035e8be9677c4b;hpb=6cd0e5aac4b70bc927ad6f3d705a894ba3ee71ba;p=flightgear.git diff --git a/src/Airports/pavement.hxx b/src/Airports/pavement.hxx index 9137cfc36..c9a45806a 100644 --- a/src/Airports/pavement.hxx +++ b/src/Airports/pavement.hxx @@ -59,7 +59,7 @@ public: typedef std::vector > NodeList; - FGPavement(const std::string& aIdent, const SGGeod& aPos); + FGPavement(PositionedID aGuid, const std::string& aIdent, const SGGeod& aPos); void addNode(const SGGeod &aPos, bool aClose = false); void addBezierNode(const SGGeod &aPos, const SGGeod &aCtrlPt, bool aClose = false);