Update for gcc-4.3 compatibility
This commit is contained in:
parent
1187a83c82
commit
0388f95758
11 changed files with 152 additions and 130 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue