lx_kit: Let 'construct_env' return Lx_kit::Env

This commit is contained in:
Sebastian Sumpf
2017-02-07 10:37:56 +01:00
committed by Norman Feske
parent 643a09b518
commit 93d8b4487f
3 changed files with 5 additions and 3 deletions

View File

@ -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;
}