Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 1d914bfbc3e3f6be70d4c5c8aa61112d > files > 3

celestia-1.4.1-7mdv2007.1.src.rpm

Index: src/celengine/command.h
===================================================================
--- src/celengine/command.h
+++ src/celengine/command.h	2006-08-03 14:51:33.000000000 +0200
@@ -94,7 +94,7 @@
 class CommandGotoLongLat : public InstantaneousCommand
 {
  public:
-    CommandGotoLongLat::CommandGotoLongLat(double t,
+    CommandGotoLongLat(double t,
                                            double dist,
                                            float _longitude, float _latitude,
                                            Vec3f _up);
Index: src/celengine/star.h
===================================================================
--- src/celengine/star.h
+++ src/celengine/star.h	2006-08-03 14:50:59.000000000 +0200
@@ -30,7 +30,7 @@
     // orbits and StarDetails objects.  Currently, it's assumed that they
     // have lifetimes that continue until program termination.
  public:
-    StarDetails::StarDetails();
+    StarDetails();
 
     inline float getRadius() const;
     inline float getTemperature() const;