blob: 8de385211dc449a2f0438ac80d19b85812150bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./plib-1.8.4/src/ssgAux/ssgaSky.h.old 2003-09-26 16:54:20.000000000 +0200
+++ ./plib-1.8.4/src/ssgAux/ssgaSky.h 2006-02-02 21:22:01.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 ; }
|