]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.hxx
httpd: provide more airport information in geojson
[flightgear.git] / src / Airports / pavement.hxx
index 9137cfc3693db858cf13d5307c035e8be9677c4b..c9a45806a06d94b035859dc8d9af9280f81e7458 100644 (file)
@@ -59,7 +59,7 @@ public:
   typedef std::vector<SGSharedPtr<NodeBase> > 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);