]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/pavement.cxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Airports / pavement.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 7e5f607..dbb57d1
@@ -24,8 +24,8 @@
 
 #include "pavement.hxx"
 
-FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) :
-  FGPositioned(PAVEMENT, aIdent, aPos, false)
+FGPavement::FGPavement(PositionedID aGuid, const std::string& aIdent, const SGGeod& aPos) :
+  FGPositioned(aGuid, PAVEMENT, aIdent, aPos)
 {
 }