]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/moon.hxx
Added gdbm to SimGear. Many systems will already have gdbm installed so
[simgear.git] / simgear / ephemeris / moon.hxx
index bb8b083f2ec1a198ce819722f68cda902de455d4..91210753492df9c437d9ee003b0dd9361d4baf25 100644 (file)
@@ -55,7 +55,7 @@ public:
     Moon( FGTime *t);
     Moon();
     ~Moon();
-    void updatePosition(FGTime *t, Star *ourSun);
+    void updatePosition(FGTime *t, double lat, Star *ourSun);
     // void newImage();
 };