]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Airports / pavement.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 9137cfc..c9a4580
@@ -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);