Update for gcc-4.3 compatibility

This commit is contained in:
kuepper 2008-03-31 19:11:13 +00:00
commit 0388f95758
11 changed files with 152 additions and 130 deletions

View file

@ -41,7 +41,7 @@ class eoExternalEO : public EO<Fit>, virtual public External
public :
eoExternalEO()
: EO<Fit>(), External()
: External(), EO<Fit>()
{}
/** Init externalEo with the struct itself and set fitness to zero */