Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
0344f40a7f
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      package/kasc/plib/gcc4.patch

+ 20
- 0
package/kasc/plib/gcc4.patch

@ -0,0 +1,20 @@
--- ./src/ssgAux/ssgaSky.h~ 2003-09-26 16:54:20.000000000 +0200
+++ ./src/ssgAux/ssgaSky.h 2008-01-19 01:28:37.000000000 +0100
@@ -104,7 +104,7 @@
ssgaCelestialBodyList ( int init = 3 )
: ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
- ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
+ ~ssgaCelestialBodyList () { removeAll(); }
int getNum (void) { return total ; }
@@ -192,7 +192,7 @@
ssgaCloudLayerList ( int init = 3 )
: ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
- ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
+ ~ssgaCloudLayerList () { removeAll(); }
int getNum (void) { return total ; }

Loading…
Cancel
Save