Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37761924
en ru br
ALT Linux repositórios
S:1.8.5-alt4
5.0: 1.8.5-alt1
4.1: 1.8.4-alt7
4.0: 1.8.4-alt7
3.0: 1.8.4-alt2

Group :: Desenvolvimento/C++
RPM: plib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: plib-1.8.4-extraqual.diff
Download


Index: plib-1.8.4/src/ssgAux/ssgaSky.h
===================================================================
--- plib-1.8.4.orig/src/ssgAux/ssgaSky.h
+++ plib-1.8.4/src/ssgAux/ssgaSky.h
@@ -104,7 +104,7 @@ public:
   ssgaCelestialBodyList ( int init = 3 )
 	  : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
 
-  ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
+  ~ssgaCelestialBodyList () { removeAll(); }
 
   int getNum (void) { return total ; }
 
@@ -192,7 +192,7 @@ public:
   ssgaCloudLayerList ( int init = 3 )
 	  : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
 
-  ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
+  ~ssgaCloudLayerList () { removeAll(); }
 
   int getNum (void) { return total ; }
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009