Added correct namespace for Component::construct.

This commit is contained in:
Michael Müller
2022-06-30 12:26:15 +02:00
parent ff9d123000
commit f07003f2b8

View File

@@ -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([&]