mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Added correct namespace for Component::construct.
This commit is contained in:
@@ -22,7 +22,7 @@ struct ThreadTest::Main
|
||||
}
|
||||
};
|
||||
|
||||
void Component::construct(Genode::Env &env)
|
||||
void Genode::Component::construct(Genode::Env &env)
|
||||
{
|
||||
static ThreadTest::Main main(env);
|
||||
std::thread([&]
|
||||
|
||||
Reference in New Issue
Block a user