* 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
|
|
@ -217,7 +217,7 @@ public:
|
|||
|
||||
#ifndef NDEBUG
|
||||
// check whether the stuff is still in sync
|
||||
check_sync(index, _pop[index]);
|
||||
this->check_sync(index, _pop[index]);
|
||||
#endif
|
||||
|
||||
return _pop[index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue