* fixed gcc 4.7 errors: ambigious calls to super class methods
This commit is contained in:
parent
d25dc3833b
commit
cd94be6957
4 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ public:
|
|||
{
|
||||
for (unsigned i = 0; i < _pop.size (); i++)
|
||||
{
|
||||
operator ()(_pop[i],i);
|
||||
this->operator ()(_pop[i],i);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue