View | Details | Raw Unified | Return to bug 111284
Collapse All | Expand All

(-)files/patch-src_ssgAux_ssgaSky.h (+20 lines)
Added Link Here
1
--- src/ssgAux/ssgaSky.h.orig	Fri Apr  6 03:58:33 2007
2
+++ src/ssgAux/ssgaSky.h	Fri Apr  6 03:58:45 2007
3
@@ -104,7 +104,7 @@
4
   ssgaCelestialBodyList ( int init = 3 )
5
 	  : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
6
 
7
-  ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
8
+  ~ssgaCelestialBodyList () { removeAll(); }
9
 
10
   int getNum (void) { return total ; }
11
 
12
@@ -192,7 +192,7 @@
13
   ssgaCloudLayerList ( int init = 3 )
14
 	  : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
15
 
16
-  ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
17
+  ~ssgaCloudLayerList () { removeAll(); }
18
 
19
   int getNum (void) { return total ; }
20
 

Return to bug 111284