]> git.pld-linux.org Git - packages/celestia.git/blame - celestia-gcc4.patch
- converted to UTF-8
[packages/celestia.git] / celestia-gcc4.patch
CommitLineData
d04fb2d7 1diff -ruN celestia-1.4.0./src/celengine/command.h celestia-1.4.0/src/celengine/command.h
2--- celestia-1.4.0./src/celengine/command.h 2004-12-22 23:07:15.000000000 +0100
3+++ celestia-1.4.0/src/celengine/command.h 2005-12-25 00:40:12.545499680 +0100
4@@ -94,7 +94,7 @@
5 class CommandGotoLongLat : public InstantaneousCommand
6 {
7 public:
8- CommandGotoLongLat::CommandGotoLongLat(double t,
9+ CommandGotoLongLat(double t,
10 double dist,
11 float _longitude, float _latitude,
12 Vec3f _up);
13diff -ruN celestia-1.4.0./src/celengine/star.h celestia-1.4.0/src/celengine/star.h
14--- celestia-1.4.0./src/celengine/star.h 2005-12-06 18:30:23.000000000 +0100
15+++ celestia-1.4.0/src/celengine/star.h 2005-12-25 00:40:20.201335816 +0100
16@@ -30,7 +30,7 @@
17 // orbits and StarDetails objects. Currently, it's assumed that they
18 // have lifetimes that continue until program termination.
19 public:
20- StarDetails::StarDetails();
21+ StarDetails();
22
23 inline float getRadius() const;
24 inline float getTemperature() const;
This page took 0.119425 seconds and 4 git commands to generate.