diff options
-rw-r--r-- | x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h b/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h new file mode 100644 index 000000000000..8d9ea17af833 --- /dev/null +++ b/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h @@ -0,0 +1,20 @@ +--- src/ssgAux/ssgaSky.h.orig Tue May 22 20:11:39 2007 ++++ src/ssgAux/ssgaSky.h Tue May 22 20:13:21 2007 +@@ -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 ; } + |