]> 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 4f06a9a..dbb57d1
 
 #include "pavement.hxx"
 
-FGPavement::FGPavement(const std::string& aIdent, const SGGeod& aPos) :
-  FGPositioned(PAVEMENT, aIdent, aPos)
+FGPavement::FGPavement(PositionedID aGuid, const std::string& aIdent, const SGGeod& aPos) :
+  FGPositioned(aGuid, PAVEMENT, aIdent, aPos)
 {
-  init(false); // FGPositioned::init
 }
 
 void FGPavement::addNode(const SGGeod &aPos, bool aClose)