mirror of the now-defunct rocklinux.org
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.

20 lines
680 B

  1. --- ./src/ssgAux/ssgaSky.h~ 2003-09-26 16:54:20.000000000 +0200
  2. +++ ./src/ssgAux/ssgaSky.h 2008-01-19 01:28:37.000000000 +0100
  3. @@ -104,7 +104,7 @@
  4. ssgaCelestialBodyList ( int init = 3 )
  5. : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
  6. - ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
  7. + ~ssgaCelestialBodyList () { removeAll(); }
  8. int getNum (void) { return total ; }
  9. @@ -192,7 +192,7 @@
  10. ssgaCloudLayerList ( int init = 3 )
  11. : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
  12. - ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
  13. + ~ssgaCloudLayerList () { removeAll(); }
  14. int getNum (void) { return total ; }