]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/positioned.hxx
Overhaul the ground-net / parking code.
[flightgear.git] / src / Navaids / positioned.hxx
index e76ab83f674ddafc618a237d13291605a1a588b9..a9f2cd4bf8decd2c1badb65bba405096a870f033 100644 (file)
@@ -229,7 +229,7 @@ protected:
   void modifyPosition(const SGGeod& newPos);
   
   const PositionedID mGuid;
-  const SGGeod mPosition;
+  SGGeod mPosition;
   const SGVec3d mCart;
   const Type mType;
   const std::string mIdent;