]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/celestialBody.cxx
Fix a build order problem.
[simgear.git] / simgear / ephemeris / celestialBody.cxx
index 053dfe83a62617842e00de1f9e2058b7ffcebf18..7e9a463c15021e77f17a161ca32ec8bf109fc261 100644 (file)
@@ -108,7 +108,7 @@ void CelestialBody::updatePosition(double mjd, Star *ourSun)
   }
 
   FV = RAD_TO_DEG * acos( tmp );
-};
+}
 
 /****************************************************************************
  * double CelestialBody::sgCalcEccAnom(double M, double e)