mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Fix a compile error reported by GCC 4.7.0
This commit is contained in:
committed by
Norman Feske
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user