]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/venus.hxx
Added gdbm to SimGear. Many systems will already have gdbm installed so
[simgear.git] / simgear / ephemeris / venus.hxx
index ba498c84a45105d799ac9a1a875f884c671e752f..71b7dd04e87517663f625607da07e5c6644e1fad 100644 (file)
@@ -32,6 +32,7 @@ class Venus : public CelestialBody
 {
 public:
   Venus ( FGTime *t);
+  Venus ();
   void updatePosition(FGTime *t, Star *ourSun);
 };