]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.cxx
std:: namespace fixes, AIBase cleanup.
[flightgear.git] / src / Airports / pavement.cxx
old mode 100755 (executable)
new mode 100644 (file)
index e89d5ad..dbb57d1
@@ -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)
 {
 }