fix for gcc-3.4
This commit is contained in:
parent
503ee25d9c
commit
521871a7ea
1 changed files with 9 additions and 5 deletions
|
|
@ -56,6 +56,10 @@ template <class EOT>
|
||||||
class eoEsChromInit : public eoRealInitBounded<EOT>
|
class eoEsChromInit : public eoRealInitBounded<EOT>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
using eoEsChromInit< EOT >::size;
|
||||||
|
using eoEsChromInit< EOT >::theBounds;
|
||||||
|
|
||||||
typedef typename EOT::Fitness FitT;
|
typedef typename EOT::Fitness FitT;
|
||||||
|
|
||||||
/** Ctor: @param
|
/** Ctor: @param
|
||||||
|
|
|
||||||
Reference in a new issue