X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2FcelestialBody.hxx;h=d32a16edbef8bae61866d9be2fc966ec2d414789;hb=f1ab6e2533a1bf07439b3d5918430f496158d8f3;hp=9311b78c1d5aa34eab72cace03e3b417f085fe04;hpb=9a211af659e744ffb2f19983761916a9f1a024ea;p=simgear.git diff --git a/simgear/ephemeris/celestialBody.hxx b/simgear/ephemeris/celestialBody.hxx index 9311b78c..d32a16ed 100644 --- a/simgear/ephemeris/celestialBody.hxx +++ b/simgear/ephemeris/celestialBody.hxx @@ -121,7 +121,7 @@ inline CelestialBody::CelestialBody(double Nf, double Ns, eFirst = ef; eSec = es; MFirst = Mf; MSec = Ms; updateOrbElements(mjd); -}; +} inline CelestialBody::CelestialBody(double Nf, double Ns, double If, double Is, @@ -136,7 +136,7 @@ inline CelestialBody::CelestialBody(double Nf, double Ns, aFirst = af; aSec = as; eFirst = ef; eSec = es; MFirst = Mf; MSec = Ms; -}; +} /**************************************************************************** * inline void CelestialBody::updateOrbElements(double mjd)