]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- gcc 4 fixes
authorwolf <wolf@pld-linux.org>
Sun, 25 Dec 2005 00:35:49 +0000 (00:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-gcc4.patch -> 1.1

celestia-gcc4.patch [new file with mode: 0644]

diff --git a/celestia-gcc4.patch b/celestia-gcc4.patch
new file mode 100644 (file)
index 0000000..a05b9c4
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ruN celestia-1.4.0./src/celengine/command.h celestia-1.4.0/src/celengine/command.h
+--- celestia-1.4.0./src/celengine/command.h    2004-12-22 23:07:15.000000000 +0100
++++ celestia-1.4.0/src/celengine/command.h     2005-12-25 00:40:12.545499680 +0100
+@@ -94,7 +94,7 @@
+ class CommandGotoLongLat : public InstantaneousCommand
+ {
+  public:
+-    CommandGotoLongLat::CommandGotoLongLat(double t,
++    CommandGotoLongLat(double t,
+                                            double dist,
+                                            float _longitude, float _latitude,
+                                            Vec3f _up);
+diff -ruN celestia-1.4.0./src/celengine/star.h celestia-1.4.0/src/celengine/star.h
+--- celestia-1.4.0./src/celengine/star.h       2005-12-06 18:30:23.000000000 +0100
++++ celestia-1.4.0/src/celengine/star.h        2005-12-25 00:40:20.201335816 +0100
+@@ -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;
This page took 0.077769 seconds and 4 git commands to generate.