Wrong namespace for Component::Construct.

This commit is contained in:
Michael Müller
2022-06-30 12:28:16 +02:00
parent f07003f2b8
commit de772a6fc1

View File

@@ -22,7 +22,7 @@ struct ThreadTest::Main
}
};
void Genode::Component::construct(Genode::Env &env)
void Component::construct(Genode::Env &env)
{
static ThreadTest::Main main(env);
std::thread([&]