mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Fixed wrong type for parameter env.
This commit is contained in:
@@ -11,7 +11,7 @@ struct ThreadTest::Main
|
||||
{
|
||||
Genode::Env &_env;
|
||||
|
||||
Main(env) : _env(env) {}
|
||||
Main(Genode::Env &env) : _env(env) {}
|
||||
|
||||
void execute()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user