added some typename statements to make it compile without warnings under gcc3.2
This commit is contained in:
parent
5054418a66
commit
c175b152bc
10 changed files with 20 additions and 20 deletions
|
|
@ -145,7 +145,7 @@ class eoProportionalOp : public eoOpContainer<EOT>
|
|||
{
|
||||
(*ops[i])(_pop);
|
||||
}
|
||||
catch(eoPopulator<EOT>::OutOfIndividuals&)
|
||||
catch( typename eoPopulator<EOT>::OutOfIndividuals&)
|
||||
{}
|
||||
}
|
||||
virtual string className() const {return "ProportionalOp";}
|
||||
|
|
|
|||
Reference in a new issue