hello_tutorial: Corrected type for _id.

This commit is contained in:
Michael Müller
2022-07-11 14:41:44 +02:00
parent 23b527ba85
commit 213fe79900

View File

@@ -28,7 +28,7 @@ namespace Hello {
struct Hello::Session_component : Genode::Rpc_object<Session>
{
unsigned int _id;
unsigned short _id;
Session_component(unsigned short id) : Genode::Rpc_object<Session>(), _id(id) {}