You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.4 KiB
38 lines
1.4 KiB
18 years ago
|
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# T2 SDE: package/.../plib/gcc41.patch
|
||
|
# Copyright (C) 2006 The T2 SDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- T2-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
diff -Nur plib-1.8.4-orig/src/ssgAux/ssgaSky.h plib-1.8.4/src/ssgAux/ssgaSky.h
|
||
|
--- plib-1.8.4-orig/src/ssgAux/ssgaSky.h 2003-09-26 14:54:20.000000000 +0000
|
||
|
+++ plib-1.8.4/src/ssgAux/ssgaSky.h 2006-04-04 11:34:10.897702250 +0000
|
||
|
@@ -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 ; }
|
||
|
|