mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
lx_kit: Let 'construct_env' return Lx_kit::Env
This commit is contained in:
committed by
Norman Feske
parent
643a09b518
commit
93d8b4487f
@ -25,7 +25,8 @@ Lx_kit::Env &Lx_kit::env()
|
||||
}
|
||||
|
||||
|
||||
void Lx_kit::construct_env(Genode::Env &env)
|
||||
Lx_kit::Env &Lx_kit::construct_env(Genode::Env &env)
|
||||
{
|
||||
_env.construct(env);
|
||||
return *_env;
|
||||
}
|
||||
|
Reference in New Issue
Block a user