Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121349
Collapse All | Expand All

(-)./plib-1.8.4/src/ssgAux/ssgaSky.h.old (-2 / +2 lines)
Lines 104-110 Link Here
104
  ssgaCelestialBodyList ( int init = 3 )
104
  ssgaCelestialBodyList ( int init = 3 )
105
	  : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
105
	  : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
106
106
107
  ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
107
  ~ssgaCelestialBodyList () { removeAll(); }
108
108
109
  int getNum (void) { return total ; }
109
  int getNum (void) { return total ; }
110
110
Lines 192-198 Link Here
192
  ssgaCloudLayerList ( int init = 3 )
192
  ssgaCloudLayerList ( int init = 3 )
193
	  : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
193
	  : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
194
194
195
  ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
195
  ~ssgaCloudLayerList () { removeAll(); }
196
196
197
  int getNum (void) { return total ; }
197
  int getNum (void) { return total ; }
198
198

Return to bug 121349