mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Fix a compile error reported by GCC 4.7.0
This commit is contained in:
parent
fa4935627a
commit
d6caa73c13
@ -67,7 +67,7 @@ namespace Genode {
|
||||
{
|
||||
if (obj_id == _obj_id()) return this;
|
||||
|
||||
Entry *obj = child(obj_id > _obj_id());
|
||||
Entry *obj = this->child(obj_id > _obj_id());
|
||||
|
||||
return obj ? obj->find_by_obj_id(obj_id) : 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user