]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/pluto.hxx
Added gdbm to SimGear. Many systems will already have gdbm installed so
[simgear.git] / simgear / ephemeris / pluto.hxx
index 2f8393aabb08761994950dcec0e77c24aa01592c..3bd055fdb04aae335257ff90c475c79a9f72d174 100644 (file)
@@ -30,7 +30,8 @@
 class Pluto : public CelestialBody
 {
 public:
-  Pluto ( FGTime t);
+  Pluto ( FGTime *t);
+  Pluto ();
 };
 
 #endif // _PLUTO_HXX_